Add version 2.2.2 of composite_primary_keys.
This commit is contained in:
parent
9156448ad6
commit
a69f380fa5
147 changed files with 6140 additions and 0 deletions
5
vendor/gems/composite_primary_keys-2.2.2/test/fixtures/article.rb
vendored
Normal file
5
vendor/gems/composite_primary_keys-2.2.2/test/fixtures/article.rb
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
class Article < ActiveRecord::Base
|
||||
has_many :readings
|
||||
has_many :users, :through => :readings
|
||||
end
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue