diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-07-22 09:58:35 +0200 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-07-22 09:58:35 +0200 |
commit | d799fe208233d0c564736021de34c184c17f23e3 (patch) | |
tree | b1e22aa3ea75bc6a9e466dd717ce21e0834975d3 /config/routes.rb | |
parent | 0a61b000e3f10e9be3d8ae1cccf53caa3877a55a (diff) | |
parent | 76ff45230630c32dd01fd45c89557e092a81b27f (diff) |
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 3c467f24a..52ba0956a 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -554,7 +554,7 @@ Rails.application.routes.draw do resource :note, only: :create, controller: 'accounts/notes' end - resources :tags, only: [:show], constraints: { id: /#{Tag::HASHTAG_NAME_RE}/ } do + resources :tags, only: [:show] do member do post :follow post :unfollow |