Sha256: c604b5934143efda5253ac4b71cac275bf2f5747ce7d89702a878195fef682a3

Contents?: true

Size: 84 Bytes

Versions: 2

Compression:

Stored size: 84 Bytes

Contents

module Navinshop
  class Category < ActiveRecord::Base
  	has_many :items
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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