Method: MuckEngine::Configuration#application_url
- Defined in:
- lib/muck-engine/config.rb
#application_url ⇒ Object
Global application values. These are used to display the app name, send emails, and configure where system emails go.
18 19 20 |
# File 'lib/muck-engine/config.rb', line 18 def application_url @application_url end |