Class: MeExceptional::Generators::ViewsGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- MeExceptional::Generators::ViewsGenerator
- Defined in:
- lib/generators/me_exceptional/views_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_views ⇒ Object
9 10 11 |
# File 'lib/generators/me_exceptional/views_generator.rb', line 9 def copy_views directory "me_exceptional", "app/views/#{:me_exceptional}" end |