Sha256: bd8ef219793ad13680c6798532ed1dfc7da56558f8bea6925a40f37ce7f5fed8

Contents?: true

Size: 203 Bytes

Versions: 25

Compression:

Stored size: 203 Bytes

Contents

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

25 entries across 25 versions & 1 rubygems

Version Path
fuel-0.4.10 db/migrate/20141217174229_add_featured_image_to_posts.rb
fuel-0.4.9 db/migrate/20141217174229_add_featured_image_to_posts.rb
fuel-0.4.8 db/migrate/20141217174229_add_featured_image_to_posts.rb
fuel-0.4.7 db/migrate/20141217174229_add_featured_image_to_posts.rb
fuel-0.4.6 db/migrate/20141217174229_add_featured_image_to_posts.rb
fuel-0.4.5 db/migrate/20141217174229_add_featured_image_to_posts.rb
fuel-0.4.4 db/migrate/20141217174229_add_featured_image_to_posts.rb
fuel-0.4.3 db/migrate/20141217174229_add_featured_image_to_posts.rb
fuel-0.4.2 db/migrate/20141217174229_add_featured_image_to_posts.rb
fuel-0.4.1 db/migrate/20141217174229_add_featured_image_to_posts.rb
fuel-0.3.34 db/migrate/20141217174229_add_featured_image_to_posts.rb
fuel-0.3.33 db/migrate/20141217174229_add_featured_image_to_posts.rb
fuel-0.3.32 db/migrate/20141217174229_add_featured_image_to_posts.rb
fuel-0.3.31 db/migrate/20141217174229_add_featured_image_to_posts.rb
fuel-0.3.30 db/migrate/20141217174229_add_featured_image_to_posts.rb
fuel-0.3.29 db/migrate/20141217174229_add_featured_image_to_posts.rb
fuel-0.3.28 db/migrate/20141217174229_add_featured_image_to_posts.rb
fuel-0.3.27 db/migrate/20141217174229_add_featured_image_to_posts.rb
fuel-0.3.26 db/migrate/20141217174229_add_featured_image_to_posts.rb
fuel-0.3.25 db/migrate/20141217174229_add_featured_image_to_posts.rb