diff --git a/app/controllers/tests_controller.rb b/app/controllers/tests_controller.rb index 8af1ab501..c48260ee5 100644 --- a/app/controllers/tests_controller.rb +++ b/app/controllers/tests_controller.rb @@ -2,8 +2,15 @@ class TestsController < ApplicationController - # GET /test - def index + # GET /tests/core + def core + respond_to do |format| + format.html # index.html.erb + end + end + + # GET /tests/from + def form respond_to do |format| format.html # index.html.erb end diff --git a/app/views/tests/core.html.erb b/app/views/tests/core.html.erb new file mode 100644 index 000000000..eef914618 --- /dev/null +++ b/app/views/tests/core.html.erb @@ -0,0 +1,16 @@ + + + + + + + + + +
+ diff --git a/app/views/tests/index.html.erb b/app/views/tests/form.html.erb similarity index 89% rename from app/views/tests/index.html.erb rename to app/views/tests/form.html.erb index 53fa63853..dc71181cf 100644 --- a/app/views/tests/index.html.erb +++ b/app/views/tests/form.html.erb @@ -1,7 +1,7 @@ - +