Sam 12f5889c85 DEV: stop logging warning when overriding open scope
ActiveRecord defines automatic scopes for enums, the Poll model defines
an enum for `{open: 1}` this mean Rails wants the scope `Poll.all.open`
to work which in turn means it has to override `open` which is defined
privately.

Rails feature req exists for: https://github.com/rails/rails/issues/34599
which will allow us to define enums without scopes which would resolve this
a lot more cleaner.
2018-12-03 13:52:09 +11:00
..
2018-06-01 11:24:32 +08:00
2018-02-26 10:29:25 +11:00
2013-02-05 14:16:51 -05:00
2013-08-14 21:39:40 +02:00
2017-07-28 10:20:09 +09:00
2017-09-29 08:19:35 +08:00
2014-03-31 12:34:13 +11:00