Class: Trek::Generators::Install::StripAttributesGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Trek::Generators::Install::StripAttributesGenerator
- Includes:
- Helpers
- Defined in:
- lib/generators/trek/install/strip_attributes_generator.rb
Instance Method Summary collapse
Instance Method Details
#add_gem ⇒ Object
14 15 16 17 |
# File 'lib/generators/trek/install/strip_attributes_generator.rb', line 14 def add_gem gem "strip_attributes" unless in_gemfile?("strip_attributes") run "bundle install --quiet", abort_on_failure: true end |