mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
... wasn't working because it wasn't storing the proper "action" value. Issue was that we were using the "action" parameter which is being used by Rails to determine which controller action to call. We need to use the "action_key" parameter instead.