#510 ✓resolved
Owen

MInor typos in code - just stumbled over these

Reported by Owen | October 23rd, 2009 @ 04:12 PM

hobo_migration_generator.rb

opt.on("--generate",     "Dont' prompt for action - generate the migration")          { |v| options[:action] = 'g' }
  opt.on("--migrate",      "Dont' prompt for action - generate and migrate")            { |v| options[:action] = 'm' }
end

hobofield_model_generator.rb

opt.on("--skip-fixture",
         "Don't generation a fixture file for this model") { |v| options[:skip_fixture] = v}

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

People watching this ticket

Tags

Pages