Method: J1App.template_config
- Defined in:
- lib/j1_app/j1_auth_manager/config.rb
.template_config ⇒ Object
55 56 57 58 59 |
# File 'lib/j1_app/j1_auth_manager/config.rb', line 55 def self.template_config @template_config ||= YAML.safe_load_file(template_config_file) rescue StandardError {} end |