Refactor app in to its own slice
This commit is contained in:
12
slices/main/actions/statuses/index.rb
Normal file
12
slices/main/actions/statuses/index.rb
Normal file
@@ -0,0 +1,12 @@
|
||||
module Main
|
||||
module Actions
|
||||
module Statuses
|
||||
class Index < Action
|
||||
include Deps["views.statuses.index"]
|
||||
def handle(req, res)
|
||||
res.render index
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user