We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf4d3d6 commit 55834f9Copy full SHA for 55834f9
1 file changed
spec/integration/composite_primary_key_spec.rb
@@ -3,7 +3,7 @@
3
require "spec_helper"
4
5
describe "composite_primary_key" do
6
- context 'without relations' do
+ context 'without associations' do
7
with_model :Parent do
8
table primary_key: [:first_name, :last_name] do |t|
9
t.string :first_name
@@ -26,7 +26,7 @@
26
end
27
28
29
- context "without composite_primary_key, searching against relation with a composite_primary_key" do
+ context "without composite_primary_key, searching against association with a composite_primary_key" do
30
31
32
0 commit comments