Class: AppBoot
- Defined in:
- lib/configuration_extensions/configuration_extensions.rb
Instance Method Summary collapse
Methods inherited from Boot
Instance Method Details
#load_error_message ⇒ Object
311 312 313 |
# File 'lib/configuration_extensions/configuration_extensions.rb', line 311 def "Please verify that you have a complete copy of the TrustyCms sources." end |
#load_initializer ⇒ Object
306 307 308 309 |
# File 'lib/configuration_extensions/configuration_extensions.rb', line 306 def load_initializer $LOAD_PATH.unshift "#{Rails.root}/lib" super end |