Class: VendorBoot

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



300
301
302
# File 'lib/configuration_extensions/configuration_extensions.rb', line 300

def load_error_message
  "Please verify that vendor/trusty contains a complete copy of the TrustyCms sources."
end

#load_initializerObject



295
296
297
298
# File 'lib/configuration_extensions/configuration_extensions.rb', line 295

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