Anexos aninhados

This commit is contained in:
2008-04-22 12:04:33 -03:00
parent ba62ba336c
commit b043606829

View File

@@ -0,0 +1,9 @@
class Folders < ActiveRecord::Migration
def self.up
add_column :attachments, :path, :string
end
def self.down
remove_column :attachments, :path
end
end