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

Version Path
fuel-0.4.10 spec/dummy/db/migrate/20150616184611_add_featured_image_to_posts.fuel.rb
fuel-0.4.9 spec/dummy/db/migrate/20150616184611_add_featured_image_to_posts.fuel.rb
fuel-0.4.8 spec/dummy/db/migrate/20150616184611_add_featured_image_to_posts.fuel.rb
fuel-0.4.7 spec/dummy/db/migrate/20150616184611_add_featured_image_to_posts.fuel.rb
fuel-0.4.6 spec/dummy/db/migrate/20150616184611_add_featured_image_to_posts.fuel.rb
fuel-0.4.5 spec/dummy/db/migrate/20150616184611_add_featured_image_to_posts.fuel.rb
fuel-0.4.4 spec/dummy/db/migrate/20150616184611_add_featured_image_to_posts.fuel.rb
fuel-0.4.3 spec/dummy/db/migrate/20150616184611_add_featured_image_to_posts.fuel.rb
fuel-0.4.2 spec/dummy/db/migrate/20150616184611_add_featured_image_to_posts.fuel.rb
fuel-0.4.1 spec/dummy/db/migrate/20150616184611_add_featured_image_to_posts.fuel.rb
fuel-0.3.34 spec/dummy/db/migrate/20150616184611_add_featured_image_to_posts.fuel.rb
fuel-0.3.33 spec/dummy/db/migrate/20150616184611_add_featured_image_to_posts.fuel.rb
fuel-0.3.32 spec/dummy/db/migrate/20150616184611_add_featured_image_to_posts.fuel.rb
fuel-0.3.31 spec/dummy/db/migrate/20150616184611_add_featured_image_to_posts.fuel.rb
fuel-0.3.30 spec/dummy/db/migrate/20150616184611_add_featured_image_to_posts.fuel.rb
fuel-0.3.29 spec/dummy/db/migrate/20150616184611_add_featured_image_to_posts.fuel.rb
fuel-0.3.28 spec/dummy/db/migrate/20150616184611_add_featured_image_to_posts.fuel.rb