class Hancock::Cms::GemfileGenerator

Public Instance Methods

install() click to toggle source
# File lib/generators/hancock/cms/gemfile_generator.rb, line 8
def install
  template 'Gemfile.erb', "Gemfile"
end