discourse/plugins/poll/app/models
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
..
poll.rb DEV: Don't create unnecessary scope methods (#15104) 2021-11-26 16:34:07 +01:00
poll_option.rb DEV: Automatically annotate plugin models alongside core models 2019-05-13 16:37:47 +01:00
poll_vote.rb DEV: Automatically annotate plugin models alongside core models 2019-05-13 16:37:47 +01:00