Module: Restful::Jsonapi::RestifyParam

Extended by:
ActiveSupport::Concern
Defined in:
lib/restful/jsonapi/restify_param.rb

Instance Method Summary collapse

Instance Method Details

#restify_param(param_key) ⇒ Object



6
7
8
# File 'lib/restful/jsonapi/restify_param.rb', line 6

def restify_param(param_key)
  ActionController::Parameters.new(param_key => restify_data(param_key))
end