Class: ProgressJobMongoid::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- ProgressJobMongoid::Generators::InstallGenerator
- Defined in:
- lib/generators/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#install ⇒ Object
8 9 10 |
# File 'lib/generators/install_generator.rb', line 8 def install route "get 'progress-job/:job_id' => 'progress_job_mongoid/progress#show'" end |