who would win? controller of the tags or a `:` who skipped character class?

staging
multiple creatures 2019-05-21 22:24:59 -05:00
parent dd7164aac2
commit ec288a11a0
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ Rails.application.routes.draw do
get :player
end
resources :tags, only: [:show], constraints: { id: /[\w._·\-]+/ }
resources :tags, only: [:show], constraints: { id: /[\w:._·\-]+/ }
resources :emojis, only: [:show]
resources :invites, only: [:index, :create, :destroy]
resources :filters, except: [:show]