Class: Application
- Inherits:
-
Object
- Object
- Application
- Defined in:
- app/controllers/config.rb,
app/controllers/banners.rb,
app/controllers/payments.rb,
app/controllers/receipts.rb,
app/controllers/terminal.rb,
app/controllers/collections.rb,
app/controllers/session_records.rb
Instance Method Summary collapse
Instance Method Details
#configs ⇒ Object
2 3 4 5 6 7 |
# File 'app/controllers/config.rb', line 2 def configs @configs ||= { :application => Terminal.config, :smartware => Smartkiosk::Config::YAML.new(Application.root.join 'config/services/smartware.yml') } end |