Method: StaticBlocks::Generators::InstallGenerator#add_mount_route
- Defined in:
- lib/generators/install_generator.rb
#add_mount_route ⇒ Object
17 18 19 |
# File 'lib/generators/install_generator.rb', line 17 def add_mount_route route 'mount StaticBlocks::Engine => "/static_blocks"' end |