Module: AgrepActiveRecord
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/active_console/agrep.rb
Instance Method Summary collapse
Instance Method Details
#agrep(pattern) ⇒ Object
16 17 18 |
# File 'lib/active_console/agrep.rb', line 16 def agrep(pattern) self.attributes.agrep(pattern) end |