Class: AppBoot

Inherits:
Boot
  • Object
show all
Defined in:
lib/configuration_extensions/configuration_extensions.rb

Instance Method Summary collapse

Methods inherited from Boot

#load_mutex, #run

Instance Method Details

#load_error_messageObject



312
313
314
# File 'lib/configuration_extensions/configuration_extensions.rb', line 312

def load_error_message
  "Please verify that you have a complete copy of the TrustyCms sources."
end

#load_initializerObject



307
308
309
310
# File 'lib/configuration_extensions/configuration_extensions.rb', line 307

def load_initializer
  $LOAD_PATH.unshift "#{Rails.root}/lib"
  super
end