Sha256: 49e310f1a4f14eb460a0f1caf206d3ed766f6529c032bc3b160b732fa757d231

Contents?: true

Size: 134 Bytes

Versions: 2

Compression:

Stored size: 134 Bytes

Contents

module Navinshop
  class Item < ActiveRecord::Base
  	mount_uploader :image, ItemImageUploader 
  	
  	belongs_to :category
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
navinshop-0.0.2 app/models/navinshop/item.rb
navinshop-0.0.1 app/models/navinshop/item.rb