Class: JsonVoorhees::AppMakeUserGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- JsonVoorhees::AppMakeUserGenerator
- Defined in:
- lib/generators/json_voorhees/app_make_user/app_make_user_generator.rb
Instance Method Summary collapse
Instance Method Details
#sprint ⇒ Object
6 7 8 9 10 11 12 13 |
# File 'lib/generators/json_voorhees/app_make_user/app_make_user_generator.rb', line 6 def sprint route "mount Arcadex::Engine, at: \'/\'" if .fbonly? fb_only else people end end |