We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25fc029 commit 487b1bcCopy full SHA for 487b1bc
spec/datagrid/filters/dynamic_filter_spec.rb
@@ -192,7 +192,7 @@
192
Entry.connection.is_a?(::ActiveRecord::ConnectionAdapters::PostgreSQLAdapter)
193
194
group = Group.create!(name: "Test Group")
195
- entry = Entry.create!(name: "Hello World", group:)
+ entry = Entry.create!(name: "Hello World", group: group)
196
197
grid = test_grid do
198
scope { Entry.joins(:group) }
0 commit comments