Class: InvoiceBar::InvoiceTemplate

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
Billable::Associations::Base, Billable::Base, Billable::Invoicing, Searchable
Defined in:
app/models/invoice_bar/invoice_template.rb

Class Method Summary collapse

Class Method Details

.searchable_fieldsObject



19
20
21
# File 'app/models/invoice_bar/invoice_template.rb', line 19

def self.searchable_fields
  %w( name )
end