Linting
This commit is contained in:
@@ -12,7 +12,7 @@ module Adamantium
|
||||
/[a-z]/.match?(grouper) ? grouper : "#"
|
||||
}
|
||||
.sort
|
||||
.map { |group, tags| {group: group, tags: tags.map {|tag| {tag: tag, count: tag.posts.count} }} }
|
||||
.map { |group, tags| {group: group, tags: tags.map { |tag| {tag: tag, count: tag.posts.count} }} }
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@@ -7,7 +7,7 @@ module Admin
|
||||
include Deps["repos.trip_repo", "repos.post_repo"]
|
||||
|
||||
expose :trip do |id:|
|
||||
trip = trip_repo.fetch(id)
|
||||
trip_repo.fetch(id)
|
||||
end
|
||||
|
||||
expose :trip_summary do |trip|
|
||||
|
Reference in New Issue
Block a user