Skip to content

Commit 9bb82fd

Browse files
committed
updated notes route
1 parent f12e35d commit 9bb82fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/routes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
# Question Formats controller, currently just the one action
115115
get 'question_formats/rda_api_address' => 'question_formats#rda_api_address'
116116

117-
resources :notes, only: %i[create update archive] do
117+
resources :notes, only: %i[create update] do
118118
member do
119119
patch 'archive'
120120
end

0 commit comments

Comments
 (0)