74 75 76
# File 'lib/roda/plugins/action.rb', line 74 def action(controller_key, action) Action.new(resolve(controller_key).method(action)) end