mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 07:28:41 -07: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
|
||||
Loading…
Add table
Add a link
Reference in a new issue