Sha256: 4bf1e6d506d8a43594201b4326687a374155a77663abd394e86960fce5d75bed

Contents?: true

Size: 144 Bytes

Versions: 15

Compression:

Stored size: 144 Bytes

Contents

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

Version data entries

15 entries across 15 versions & 6 rubygems

Version Path
akitaonrails-resource_controller-0.5.2 test/app/models/photo.rb
giraffesoft-resource_controller-0.4.10 test/app/models/photo.rb
giraffesoft-resource_controller-0.4.12 test/app/models/photo.rb
giraffesoft-resource_controller-0.4.9 test/app/models/photo.rb
giraffesoft-resource_controller-0.5.2 test/app/models/photo.rb
giraffesoft-resource_controller-0.5.3 test/app/models/photo.rb
nileshtrivedi-lp_resource_builder-0.5.1 test/app/models/photo.rb
pager-resource_controller-1.0.20080513 test/app/models/photo.rb
resource_controller-0.4.9 test/app/models/photo.rb
resource_controller-0.5.0 test/app/models/photo.rb
resource_controller-0.5.2 test/app/models/photo.rb
resource_controller-0.5.1 test/app/models/photo.rb
resource_controller-0.5.3 test/app/models/photo.rb
spree-0.4.0 vendor/plugins/resource_controller/test/app/models/photo.rb
spree-0.4.1 vendor/plugins/resource_controller/test/app/models/photo.rb