Class: Cerberus::Annotations::Install
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Cerberus::Annotations::Install
- Defined in:
- lib/generators/cerberus/annotations/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#inject_cerberus_routes ⇒ Object
6 7 8 |
# File 'lib/generators/cerberus/annotations/install_generator.rb', line 6 def inject_cerberus_routes route "mount Cerberus::Annotations::Engine, at: 'annotations'" end |