Search posts
This commit is contained in:
@@ -4,7 +4,7 @@ module Adamantium
|
||||
class Index < Action
|
||||
include Deps["views.posts.index"]
|
||||
def handle(req, res)
|
||||
res.render index
|
||||
res.render index, query: req.params[:q]
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user