Class: Hancock::Cms::GemfileGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/hancock/cms/gemfile_generator.rb

Instance Method Summary collapse

Instance Method Details

#installObject



8
9
10
# File 'lib/generators/hancock/cms/gemfile_generator.rb', line 8

def install
  template 'Gemfile.erb', "Gemfile"
end