Class: GemBoot

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

Instance Method Summary collapse

Methods inherited from Boot

#load_initializer, #load_mutex, #run

Instance Method Details

#load_error_messageObject

The location and version of the radiant gem should be set in your Gemfile



319
320
321
# File 'lib/configuration_extensions/configuration_extensions.rb', line 319

def load_error_message
  "Have you run `bundle install`?'."
end