Skip to content

Instantly share code, notes, and snippets.

@celeen
Created June 19, 2014 21:10
Show Gist options
  • Save celeen/82cfabbe2c9524385658 to your computer and use it in GitHub Desktop.
Save celeen/82cfabbe2c9524385658 to your computer and use it in GitHub Desktop.
rake db:yolo - for experimenting with active record
desc 'Fuck it. Try again.'
task "db:yolo" => [:"db:drop", :"db:create", :"db:migrate"] do
puts "YOLO MOFOS"
end
@celeen
Copy link
Author

celeen commented Jun 19, 2014

possibly will add seed/populate as things move forward

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment