module AgrepActiveRecord

Public Instance Methods

agrep(pattern) click to toggle source
# File lib/active_console/agrep.rb, line 16
def agrep(pattern)
  self.attributes.agrep(pattern)
end