Method: Friendly::ScopeProxy#get_instance
- Defined in:
- lib/friendly/scope_proxy.rb
#get_instance(name) ⇒ Object
20 21 22 |
# File 'lib/friendly/scope_proxy.rb', line 20 def get_instance(name) scope_klass.new(klass, get(name)) end |