Created
June 19, 2014 21:10
-
-
Save celeen/82cfabbe2c9524385658 to your computer and use it in GitHub Desktop.
rake db:yolo - for experimenting with active record
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
desc 'Fuck it. Try again.' | |
task "db:yolo" => [:"db:drop", :"db:create", :"db:migrate"] do | |
puts "YOLO MOFOS" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
possibly will add seed/populate as things move forward