Sha256: e260b8e77b21c4806f834cc816ad31d64c47bb58e764b2e0c29d6b947f5dfd92

Contents?: true

Size: 168 Bytes

Versions: 55

Compression:

Stored size: 168 Bytes

Contents

class Photo < ActiveRecord::Base
  has_and_belongs_to_many :tags
  belongs_to :user, :class_name => "Account", :foreign_key => "account_id"
  belongs_to :personnel
end

Version data entries

55 entries across 55 versions & 21 rubygems

Version Path
Pr0d1r2-resource_controller-0.6.6 test/app/models/photo.rb
matid-resource_controller-0.6.6 test/app/models/photo.rb
viva-resource_controller-0.6.5.3 test/app/models/photo.rb
matid-resource_controller-0.6.5 test/app/models/photo.rb
spree-0.8.4 vendor/plugins/resource_controller/test/app/models/photo.rb
spree-0.8.5 vendor/plugins/resource_controller/test/app/models/photo.rb
spree-0.5.0 vendor/plugins/resource_controller/test/app/models/photo.rb
spree-0.6.0 vendor/plugins/resource_controller/test/app/models/photo.rb
spree-0.5.1 vendor/plugins/resource_controller/test/app/models/photo.rb
spree-0.7.0 vendor/plugins/resource_controller/test/app/models/photo.rb
spree-0.7.1 vendor/plugins/resource_controller/test/app/models/photo.rb
spree-0.8.0 vendor/plugins/resource_controller/test/app/models/photo.rb
spree-0.8.1 vendor/plugins/resource_controller/test/app/models/photo.rb
spree-0.8.2 vendor/plugins/resource_controller/test/app/models/photo.rb
spree-0.8.3 vendor/plugins/resource_controller/test/app/models/photo.rb