Class: Hello::ConcernsGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Hello::ConcernsGenerator
- Defined in:
- lib/generators/hello/concerns/concerns_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_the_controller_concerns ⇒ Object
5 6 7 |
# File 'lib/generators/hello/concerns/concerns_generator.rb', line 5 def copy_the_controller_concerns directory 'app/controllers/hello/concerns' end |