Class: TrustyCms::GemBoot

Inherits:
Boot
  • Object
show all
Defined in:
lib/generators/instance/templates/instance_boot.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



115
116
117
# File 'lib/generators/instance/templates/instance_boot.rb', line 115

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