Class: Wlog::FixAttachmentsPolymorphicTable
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- Wlog::FixAttachmentsPolymorphicTable
- Defined in:
- lib/wlog/migrations/fix_attachments_polymorphic_table.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
9 10 11 12 |
# File 'lib/wlog/migrations/fix_attachments_polymorphic_table.rb', line 9 def change add_column :attachments, :attachable_id, :integer add_column :attachments, :attachable_type, :text end |