Method: Ransack::Context#scope_arity

Defined in:
lib/ransack/context.rb

#scope_arity(scope) ⇒ Object



56
57
58
# File 'lib/ransack/context.rb', line 56

def scope_arity(scope)
  @klass.method(scope).arity
end