Class: Suspenders::DecoratorGenerator
Instance Method Summary
collapse
default_source_root
Methods included from Actions
#action_mailer_asset_host, #action_mailer_host, #configure_environment, #expand_json, #replace_in_file
Instance Method Details
#add_draper_gem ⇒ Object
5
6
7
8
|
# File 'lib/suspenders/generators/decorator_generator.rb', line 5
def add_draper_gem
gem "draper"
Bundler.with_clean_env { run "bundle install" }
end
|
10
11
12
|
# File 'lib/suspenders/generators/decorator_generator.rb', line 10
def configure_draper
generate "draper:install", "--force"
end
|