mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-10 15:25:33 +08:00
This commit starts to introduce services to replace actions in the ThemesController. We will start with the low langing fruit: * Create * Destroy * BulkDestroy * GetTranslations Endpoints like #import and #update will be much harder. Also, the https://github.com/discourse/discourse-theme-creator plugin overrides some of these controller actions directly, so we need to be careful. |
||
|---|---|---|
| .. | ||
| bulk_destroy_spec.rb | ||
| create_spec.rb | ||
| destroy_spec.rb | ||
| get_translations_spec.rb | ||