Class: AuthApiGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- AuthApiGenerator
- Defined in:
- lib/generators/auth_api/auth_api_generator.rb
Instance Method Summary collapse
Instance Method Details
#add_routes ⇒ Object
4 5 6 |
# File 'lib/generators/auth_api/auth_api_generator.rb', line 4 def add_routes route "mount AuthApi::Engine => '/auth_api'" end |
#copy_migrations ⇒ Object
8 9 10 |
# File 'lib/generators/auth_api/auth_api_generator.rb', line 8 def copy_migrations rake "auth_api:install:migrations" end |