Class: Doorkeeper::Generators::ViewsGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Doorkeeper::Generators::ViewsGenerator
- Defined in:
- lib/generators/doorkeeper/views_generator.rb
Instance Method Summary collapse
Instance Method Details
#manifest ⇒ Object
8 9 10 11 12 |
# File 'lib/generators/doorkeeper/views_generator.rb', line 8 def manifest directory 'applications', 'app/views/doorkeeper/applications' directory 'authorizations', 'app/views/doorkeeper/authorizations' directory 'authorized_applications', 'app/views/doorkeeper/authorized_applications' end |