class Rg::AppGenerator

Public Instance Methods

create_app_config() click to toggle source
# File lib/generators/rg/app_generator.rb, line 7
def create_app_config
  template 'app/config.coffee.erb', APP_PATH + "/app/#{file_name}.coffee"
end