* Add: #406 ユーザーのカスタムCSS * Fix lint * Fix lint * カスタムCSSの保存先を変更 * キャッシュを考慮して別URLに変更
This commit is contained in:
parent
5ffd7593f1
commit
665c632d66
28 changed files with 283 additions and 4 deletions
|
@ -11,6 +11,7 @@ namespace :settings do
|
|||
resource :appearance, only: [:show, :update], controller: :appearance
|
||||
resource :notifications, only: [:show, :update]
|
||||
resource :reaching, only: [:show, :update], controller: :reaching
|
||||
resource :custom_css, only: [:show, :update], controller: :custom_css
|
||||
resource :other, only: [:show, :update], controller: :other
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue