Instantiates a request from an action.
7 8 9 10 11 12 13
# File 'lib/jahuty/request/factory.rb', line 7 def call(action) Base.new( method: 'get', path: path(action), params: action.params ) end