Class: AuthApiGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/auth_api/auth_api_generator.rb

Instance Method Summary collapse

Instance Method Details

#add_routesObject



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_migrationsObject



8
9
10
# File 'lib/generators/auth_api/auth_api_generator.rb', line 8

def copy_migrations
  rake "auth_api:install:migrations"
end