Module: Posterboy::ClassMethods
- Defined in:
- lib/posterboy.rb
Instance Method Summary collapse
-
#search_on(*args) ⇒ Object
Macro to define which attributes should be searched on.
Instance Method Details
#search_on(*args) ⇒ Object
Macro to define which attributes should be searched on.
97 98 99 |
# File 'lib/posterboy.rb', line 97 def search_on(*args) self.searchables = args end |