mirror of
https://github.com/discourse/discourse.git
synced 2025-02-14 23:35:00 +00:00
What we have now: ``` ~~~~~~~ SERVER EXCEPTIONS ~~~~~~~Error encountered while proccessing /tag/tag24/l/latest ArgumentError: wrong number of arguments (given 1, expected 0) /__w/discourse/discourse/lib/site_setting_extension.rb:521:in `block in setup_methods' ``` What we actually want: ``` ~~~~~~~ SERVER EXCEPTIONS ~~~~~~~ Error encountered while proccessing /tag/tag24/l/latest ArgumentError: wrong number of arguments (given 1, expected 0) /__w/discourse/discourse/lib/site_setting_extension.rb:521:in `block in setup_methods' ```