Class: TrustyCms::GemBoot
- Defined in:
- lib/generators/instance/templates/instance_boot.rb
Instance Method Summary collapse
-
#load_error_message ⇒ Object
The location and version of the radiant gem should be set in your Gemfile.
Methods inherited from Boot
#load_initializer, #load_mutex, #run
Instance Method Details
#load_error_message ⇒ Object
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 "Have you run `bundle install`?'." end |