Sha256: e846e3e252453f6787435ad515e4a4baf5f7db4212f5938918fe8d1cbabf9568
Contents?: true
Size: 264 Bytes
Versions: 17
Compression:
Stored size: 264 Bytes
Contents
# This migration comes from fuel (originally 20141217174229) class AddFeaturedImageToPosts < ActiveRecord::Migration def self.up add_attachment :fuel_posts, :featured_image end def self.down remove_attachment :fuel_posts, :featured_image end end
Version data entries
17 entries across 17 versions & 1 rubygems