Class: SystemReceiptTemplate

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/system_receipt_template.rb

Instance Method Summary collapse

Instance Method Details

#titleObject



10
11
12
# File 'app/models/system_receipt_template.rb', line 10

def title
  I18n.t "smartkiosk.system_receipt_templates.#{keyword}"
end