Add view for StudyGroups
This commit is contained in:
@ -165,6 +165,8 @@ Rails.application.routes.draw do
|
||||
end
|
||||
end
|
||||
|
||||
resources :study_groups, only: [:index, :show, :edit, :destroy, :update]
|
||||
|
||||
resources :events, only: [:create]
|
||||
|
||||
post "/evaluate", to: 'remote_evaluation#evaluate', via: [:post]
|
||||
|
Reference in New Issue
Block a user