Class: Trek::Generators::Install::StripAttributesGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Includes:
Helpers
Defined in:
lib/generators/trek/install/strip_attributes_generator.rb

Instance Method Summary collapse

Instance Method Details

#add_gemObject



14
15
16
17
18
19
# File 'lib/generators/trek/install/strip_attributes_generator.rb', line 14

def add_gem
  return if in_gemfile?("strip_attributes")

  gem "strip_attributes"
  bundle_install
end