Method: Rscratch::InstallGenerator#add_route
- Defined in:
- lib/generators/rscratch/install/install_generator.rb
#add_route ⇒ Object
23 24 25 |
# File 'lib/generators/rscratch/install/install_generator.rb', line 23 def add_route route("mount Rscratch::Engine => '/rscratch'") end |