templates/migration/db/migrate/migration.rb in sweetsie-0.1.0 vs templates/migration/db/migrate/migration.rb in sweetsie-0.1.1
- old
+ new
@@ -1,7 +1,7 @@
class <%= name.camelcase %> < ActiveRecord::Migration
def self.up
end
- def self.sown
+ def self.down
end
end