mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
REVERT ME: Add /experiments route
This commit is contained in:
parent
9632debe27
commit
48a6dfac57
3 changed files with 7 additions and 0 deletions
5
app/controllers/experiments_controller.rb
Normal file
5
app/controllers/experiments_controller.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class ExperimentsController < ApplicationController
|
||||
def index
|
||||
|
||||
end
|
||||
end
|
||||
1
app/views/experiments/index.html.haml
Normal file
1
app/views/experiments/index.html.haml
Normal file
|
|
@ -0,0 +1 @@
|
|||
%h1 Alex was here
|
||||
|
|
@ -3,6 +3,7 @@ Rails.application.routes.draw do
|
|||
resources :questions
|
||||
resources :categories
|
||||
resources :districts
|
||||
resources :experiments
|
||||
|
||||
resources :schools do
|
||||
resources :recipient_lists
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue