Class: Authority::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Authority::Generators::InstallGenerator
- Defined in:
- lib/generators/authority/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#do_all ⇒ Object
10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
# File 'lib/generators/authority/install_generator.rb', line 10 def do_all copy_initializer copy_forbidden = "\n Install complete! See the README on Github for instructions on getting your\n app running with Authority.\n\n RUBY\n puts message.strip_heredoc\n\nend\n" |