mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Actions are moved from actions: {} to top-level functions with @action decorator. Previously we had a save() action and a top-level function of the same name, so this commit renames the action to avoid a clash.