Sha256: 96491fe14e0fffac5a991081292851b11e63b62d5f0aa8de60b881407141826c
Contents?: true
Size: 224 Bytes
Versions: 2
Compression:
Stored size: 224 Bytes
Contents
# This migration comes from spud_inquiries (originally 20121228145215) class AddThankYouContentToSpudInquiryForm < ActiveRecord::Migration def change add_column :spud_inquiry_forms, :thank_you_content, :text end end
Version data entries
2 entries across 2 versions & 1 rubygems