Run rubocop on all files
This commit is contained in:
@@ -2,7 +2,6 @@ module Admin
|
||||
module Views
|
||||
module Trips
|
||||
class Index < Admin::View
|
||||
|
||||
include Deps["repos.trip_repo"]
|
||||
|
||||
expose :trips do
|
||||
@@ -11,4 +10,4 @@ module Admin
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@@ -8,4 +8,4 @@ module Admin
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@@ -2,7 +2,6 @@ module Admin
|
||||
module Views
|
||||
module Trips
|
||||
class Show < Admin::View
|
||||
|
||||
include Deps["repos.trip_repo", "repos.post_repo"]
|
||||
|
||||
expose :trip do |id:|
|
||||
@@ -15,4 +14,4 @@ module Admin
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user