Class: Theblog::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Theblog::InstallGenerator
- Defined in:
- lib/generators/theblog/install/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#install ⇒ Object
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 |