Method: Qadmin::Helper#model_restful_query_parser

Defined in:
lib/qadmin/helper.rb

#model_restful_query_parser(options = {}) ⇒ Object



72
73
74
75
# File 'lib/qadmin/helper.rb', line 72

def model_restful_query_parser(options = {})
  query_param = options[:query_param] || :query
  qadmin_configuration.model_klass.restful_query_parser(params[query_param], options)
end