class Cowboycoded::CommonAppGenerator

Constants

TEMPLATES_DIR

Public Instance Methods

common_app() click to toggle source
# File lib/generators/cowboycoded/common_app/common_app_generator.rb, line 9
def common_app
  append_file("Gemfile", "\ngem 'boilerplate_engine', :git=>'git@github.com:charlotte-ruby/boilerplate_engine.git'")
  append_file("Gemfile", "\ngem 'social_engine', :git=>'git@github.com:charlotte-ruby/social_engine.git'")
end