Module: Bustle::Concern::Filterable::ClassMethods
- Defined in:
- lib/bustle/concerns/filterable.rb
Instance Method Summary collapse
Instance Method Details
#filter(options = {}) ⇒ Object
6 7 8 |
# File 'lib/bustle/concerns/filterable.rb', line 6 def filter( = {}) self::RESOURCE_NAME.constantize.to_adapter.find_all() end |