Class: VendorBoot
- Defined in:
- lib/configuration_extensions/configuration_extensions.rb
Instance Method Summary collapse
Methods inherited from Boot
Instance Method Details
#load_error_message ⇒ Object
301 302 303 |
# File 'lib/configuration_extensions/configuration_extensions.rb', line 301 def "Please verify that vendor/radiant contains a complete copy of the TrustyCms sources." end |
#load_initializer ⇒ Object
296 297 298 299 |
# File 'lib/configuration_extensions/configuration_extensions.rb', line 296 def load_initializer $LOAD_PATH.unshift "#{Rails.root}/vendor/trusty_cms/lib" super end |