Module: CustomQueryMethods::ActiveRecordExtension
- Defined in:
- lib/custom_query_methods/active_record_extension.rb
Instance Method Summary collapse
Instance Method Details
#custom_where(*args) ⇒ Object
3 4 5 |
# File 'lib/custom_query_methods/active_record_extension.rb', line 3 def custom_where(*args) where('name LIKE ?', "%#{args.first}%") end |