low_card_tables
low_card_tables copied to clipboard
Using scopes with low-card columns and .create doesn't seem to work
Code like this:
scope = MyTable.where(:foo => 'bar')
scope.create(:bar => 'baz')
…seems to not set :foo
at all. :(