Skip to content

Commit

Permalink
[change_ask_setup_generator] spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Patto committed Sep 26, 2014
1 parent d7c718e commit ff9a883
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/generators/gioco/setup_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class SetupGenerator < Rails::Generators::Base
class_option :points, :kind => :boolean, :default => false, :desc => "Setup gioco with points-system based"
class_option :kinds, :kind => :boolean, :default => false, :desc => "Setup gioco with multiples kinds(categories) of badges."


def execute
@model_name = ask("What is your resource model?", :default => 'user')
generate_models
Expand Down

0 comments on commit ff9a883

Please sign in to comment.