blob: 4b85ecad2bb54723874951fbc54207d19545cfd5 (
plain) (
tree)
|
|
# This migration comes from refinery_page_images (originally 20101014230042)
class AddCaptionToImagePages < ActiveRecord::Migration
def change
add_column Refinery::ImagePage.table_name, :caption, :text
end
end
|