Method: Beyond::Tenant#configs
- Defined in:
- app/models/beyond/tenant.rb
#configs ⇒ Object
11 12 13 |
# File 'app/models/beyond/tenant.rb', line 11 def configs YAML.load_file(File.join(ENV['tenants_configs_dir'], name + '.yml')) end |