File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 get 'student-guide' , action : 'participant_guide'
1313 end
1414
15- resource :member , only : %i[ new edit update patch ] do
15+ resource :member , only : %i[ new edit update ] do
1616 get 'step2'
1717 end
1818
1919 resource :contact_preferences , only : %i[ show update ]
2020
21- resource :terms_and_conditions , only : %i[ show update patch ]
21+ resource :terms_and_conditions , only : %i[ show update ]
2222 resource :mailing_lists , only : %i[ create destroy ]
2323
2424 namespace :member do
141141
142142 resources :testimonials , only : %i[ index ]
143143
144- resources :member_search , path : 'member-search' , only : [ :index , :results ] do
144+ resources :member_search , path : 'member-search' , only : [ :index ] do
145145 collection do
146146 get 'index'
147147 get 'results'
You can’t perform that action at this time.
0 commit comments