Class: AzureAuth::StepsGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- AzureAuth::StepsGenerator
- Defined in:
- lib/generators/azure_auth/steps/steps_generator.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.source_root ⇒ Object
9 10 11 |
# File 'lib/generators/azure_auth/steps/steps_generator.rb', line 9 def self.source_root File.join(File.dirname(__FILE__), 'templates') end |
Instance Method Details
#generate ⇒ Object
5 6 7 |
# File 'lib/generators/azure_auth/steps/steps_generator.rb', line 5 def generate copy_file 'auth_controller.rb', 'app/controllers/auth_controller.rb' end |