Class: Application

Inherits:
Object
  • Object
show all
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

#configsObject



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