discourse/plugins/poll/lib
Alan Guo Xiang Tan 322a3be2db
DEV: Remove logical OR assignment of constants (#29201)
Constants should always be only assigned once. The logical OR assignment
of a constant is a relic of the past before we used zeitwerk for
autoloading and had bugs where a file could be loaded twice resulting in
constant redefinition warnings.
2024-10-16 10:09:07 +08:00
..
tasks DEV: Apply syntax_tree formatting to plugins/* 2023-01-07 11:11:37 +00:00
poll.rb FIX: Use full column name to prevent ambiguous query (#29111) 2024-10-07 19:33:07 +03:00
polls_updater.rb DEV: Remove logical OR assignment of constants (#29201) 2024-10-16 10:09:07 +08:00
polls_validator.rb DEV: Apply syntax_tree formatting to plugins/* 2023-01-07 11:11:37 +00:00
post_extension.rb DEV: Update rubocop-discourse to latest version 2024-03-04 15:08:35 +01:00
post_validator.rb DEV: Move core plugin TL -> group settings (#25355) 2024-01-23 11:35:14 +10:00
ranked_choice.rb FIX: poll ranked choice result algo majority check (#28191) 2024-08-02 08:51:26 +02:00
user_extension.rb DEV: Update rubocop-discourse to latest version 2024-03-04 15:08:35 +01:00