Method: LatoCore::Interface::Application#core__get_application_root_path
- Defined in:
- lib/lato_core/interfaces/application.rb
#core__get_application_root_path ⇒ Object
This function return the root path of the application.
22 23 24 |
# File 'lib/lato_core/interfaces/application.rb', line 22 def core__get_application_root_path Rails.root.to_s end |