discourse/plugins/poll/app
Jarek Radosz 2971d03307
DEV: Don't create unnecessary scope methods (#15104)
Skipping methods we don't use gives us mem/perf gains (minuscule but still), but more importantly fixes warnings about `Poll#open` (created by `enum :status`) conflicting with some internal AR method. 😃
2021-11-26 16:34:07 +01:00
..
controllers FEATURE: Allow users to remove their vote (#14459) 2021-10-05 11:38:49 +03:00
models DEV: Don't create unnecessary scope methods (#15104) 2021-11-26 16:34:07 +01:00
serializers FIX: hides votes from regular users when poll is staff only (#11342) 2020-11-24 22:19:06 +01:00