fixed another migration for ruby 1.9, thanks blast_hardcheese

This commit is contained in:
MrZYX 2011-03-25 16:15:09 +01:00
parent 82e08ef5d0
commit 24d692bfab

View file

@ -1,4 +1,4 @@
require 'db/migrate/20110319005509_add_processed_to_post'
require File.join(Rails.root, 'db/migrate/20110319005509_add_processed_to_post')
class UnprocessedImageUploader < ActiveRecord::Migration
def self.up
AddProcessedToPost.down