Method: ActiveResourceExtensions::SearchableResource::Collection#method_missing
- Defined in:
- lib/active_resource_extensions/searchable_resource/collection.rb
#method_missing(name, *args, &block) ⇒ Object (protected)
36 37 38 |
# File 'lib/active_resource_extensions/searchable_resource/collection.rb', line 36 def method_missing(name, *args, &block) target.send(name, *args, &block) end |