config/routes.rb in educode_sales-1.10.24 vs config/routes.rb in educode_sales-1.10.25

- old
+ new

@@ -377,10 +377,13 @@ collection do get :detail get :history get :show_teachers get :new_follow_up + get :show_follow + get :follow_list + get :edit_follow_record get :follow_ups post :add_advise get :upload_file end member do @@ -457,7 +460,8 @@ put :update_role end end resources :teacher_follows + resources :idea_follows end