We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6504a5 commit 0e9b0c5Copy full SHA for 0e9b0c5
…ami/app/actions/benchmark/index/empty.rb ruby/hanami/app/actions/index/empty.rbruby/hanami/app/actions/benchmark/index/empty.rb renamed to ruby/hanami/app/actions/index/empty.rb
@@ -1,7 +1,7 @@
1
module Benchmark
2
module Actions
3
- module Home
4
- class Index < Benchmark::Action
+ module Index
+ class Empty < Benchmark::Action
5
def handle(request, response)
6
response.body = ""
7
end
…hanami/app/actions/benchmark/user/get.rb ruby/hanami/app/actions/user/get.rbruby/hanami/app/actions/benchmark/user/get.rb renamed to ruby/hanami/app/actions/user/get.rb
+ module User
+ class Get < Benchmark::Action
response.body = request.params[:id]
0 commit comments