Class: SystemReceiptTemplate
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- SystemReceiptTemplate
- Defined in:
- app/models/system_receipt_template.rb
Instance Method Summary collapse
Instance Method Details
#title ⇒ Object
10 11 12 |
# File 'app/models/system_receipt_template.rb', line 10 def title I18n.t "smartkiosk.system_receipt_templates.#{keyword}" end |