diff options
author | Marius Peter <marius.peter@tutanota.com> | 2025-01-01 18:02:43 +0100 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2025-01-01 18:02:43 +0100 |
commit | cff1e4fc3596943db63603c614eb08945130eeaa (patch) | |
tree | 1b74b3b8bd8d381208f52418a95cadfcc4b84cd8 /config/routes.rb | |
parent | 84ef779f985dad79081bb87dd85d37ae0bc3d73d (diff) |
Rubocop 👮
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/routes.rb b/config/routes.rb index 645f807..6cb738b 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -12,12 +12,12 @@ Rails.application.routes.draw do to: "code_of_honor#toggle", as: :toggle_code_of_honor - post '/accept_cookies', - to: 'sessions#accept_cookies', + post "/accept_cookies", + to: "sessions#accept_cookies", as: :accept_cookies - post '/gift_nico', - to: 'sessions#gift_nico', + post "/gift_nico", + to: "sessions#gift_nico", as: :gift_nico resources :tartiflettes do |