Class: Theblog::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/theblog/install/install_generator.rb

Instance Method Summary collapse

Instance Method Details

#installObject



2
3
4
5
6
7
# File 'lib/generators/theblog/install/install_generator.rb', line 2

def install
  route "mount Theblog::Engine => '/blog'"
  route "mount Incarnator::Engine => '/auth'"

  append_to_file "db/seeds.rb", "Theblog::Engine.load_seed"
end