fixed another migration for ruby 1.9, thanks blast_hardcheese
This commit is contained in:
parent
82e08ef5d0
commit
24d692bfab
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue