Class: BcmsBitly::InstallGenerator

Inherits:
Cms::ModuleInstallation
  • Object
show all
Defined in:
lib/generators/bcms_bitly/install/install_generator.rb

Instance Method Summary collapse

Instance Method Details

#add_routesObject

Uncomment to add module specific seed data to a project. def add_seed_data_to_project

copy_file "../bcms_bitly.seeds.rb", "db/bcms_bitly.seeds.rb"
append_to_file "db/seeds.rb", "load File.expand_path('../bcms_bitly.seeds.rb', __FILE__)\n"

end



17
18
19
# File 'lib/generators/bcms_bitly/install/install_generator.rb', line 17

def add_routes
  mount_engine(BcmsBitly)
end

#copy_migrationsObject



7
8
9
# File 'lib/generators/bcms_bitly/install/install_generator.rb', line 7

def copy_migrations
  rake 'bcms_bitly:install:migrations'
end