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
spree-0.11.4 vendor/plugins/resource_controller/test/app/models/photo.rb
makandra_resource_controller-0.8.0 test/app/models/photo.rb
resources_controller-1.0.4 test/app/models/photo.rb
resources_controller-1.0.3 test/app/models/photo.rb
resources_controller-1.0.2 test/app/models/photo.rb
makandra_resource_controller-0.7.3 test/app/models/photo.rb
spree-0.11.3 vendor/plugins/resource_controller/test/app/models/photo.rb
makandra_resource_controller-0.7.2 test/app/models/photo.rb
rd_resource_controller-1.0.1 test/app/models/photo.rb
rd_resource_controller-1.0.0 test/app/models/photo.rb
makandra_resource_controller-0.7.1 test/app/models/photo.rb
makandra_resource_controller-0.7.0 test/app/models/photo.rb
rd_resource_controller-1.0.0.rc test/app/models/photo.rb
matid-resource_controller-0.7.2 test/app/models/photo.rb
matid-resource_controller-0.7.1 test/app/models/photo.rb
matid-resource_controller-0.7.0 test/app/models/photo.rb
resource_controller_views-0.6.6.views2 test/app/models/photo.rb
matid-resource_controller-0.6.7 test/app/models/photo.rb
resource_controller_views-0.6.6 test/app/models/photo.rb
resource_controller-0.6.6 test/app/models/photo.rb