Sha256: 3b76055e7a10536d922797ca9c8209872387d09b272e23d3d8f3ba257bc41502

Contents?: true

Size: 187 Bytes

Versions: 5

Compression:

Stored size: 187 Bytes

Contents

class AlbumPhoto < ActiveRecord::Base
  attr_accessible :photo
  
  belongs_to :album_attachment
  has_attached_file :photo, :styles => { :medium => "300x300>", :thumb => "100x100>" }
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ruby_gallery-0.1.5 app/models/album_photo.rb
ruby_gallery-0.1.4 app/models/album_photo.rb
ruby_gallery-0.1.3 app/models/album_photo.rb
ruby_gallery-0.1.2 app/models/album_photo.rb
ruby_gallery-0.1.1 app/models/album_photo.rb