Run rubocop on all files
This commit is contained in:
@@ -4,7 +4,6 @@ module Admin
|
||||
module Actions
|
||||
module Trips
|
||||
class AddPost < Admin::Action
|
||||
|
||||
include Deps["commands.trips.add_post"]
|
||||
|
||||
def handle(req, res)
|
||||
|
@@ -4,7 +4,6 @@ module Admin
|
||||
module Actions
|
||||
module Trips
|
||||
class Create < Admin::Action
|
||||
|
||||
include Deps["commands.trips.create"]
|
||||
|
||||
def handle(req, res)
|
||||
|
@@ -4,7 +4,6 @@ module Admin
|
||||
module Actions
|
||||
module Trips
|
||||
class Show < Admin::Action
|
||||
|
||||
include Deps["views.trips.show"]
|
||||
|
||||
def handle(req, res)
|
||||
|
@@ -4,7 +4,6 @@ module Admin
|
||||
module Actions
|
||||
module Trips
|
||||
class Update < Admin::Action
|
||||
|
||||
include Deps["commands.trips.update"]
|
||||
|
||||
def handle(req, res)
|
||||
|
Reference in New Issue
Block a user