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