Class: InvoiceBar::Contact
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- InvoiceBar::Contact
- Includes:
- Searchable
- Defined in:
- app/models/invoice_bar/contact.rb
Class Method Summary collapse
Class Method Details
.searchable_fields ⇒ Object
26 27 28 |
# File 'app/models/invoice_bar/contact.rb', line 26 def self.searchable_fields %w( name tax_id email phone ) end |