Class: Suspenders::StaticGenerator
- Inherits:
-
Generators::Base
- Object
- Rails::Generators::Base
- Generators::Base
- Suspenders::StaticGenerator
- Defined in:
- lib/suspenders/generators/static_generator.rb
Instance Method Summary collapse
Methods inherited from Generators::Base
Methods included from Actions
#action_mailer_asset_host, #action_mailer_host, #configure_environment, #expand_json, #replace_in_file
Instance Method Details
#add_high_voltage ⇒ Object
5 6 7 8 |
# File 'lib/suspenders/generators/static_generator.rb', line 5 def add_high_voltage gem "high_voltage" Bundler.with_clean_env { run "bundle install" } end |