Add admin area
This commit is contained in:
12
slices/admin/actions/index.rb
Normal file
12
slices/admin/actions/index.rb
Normal file
@@ -0,0 +1,12 @@
|
||||
module Admin
|
||||
module Actions
|
||||
class Index < Action
|
||||
|
||||
include Deps["views.index"]
|
||||
|
||||
def handle(req, res)
|
||||
res.render index
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user