diff --git a/app/controllers/evaluations_controller.rb b/app/controllers/evaluations_controller.rb new file mode 100644 index 00000000..0d2c5fbc --- /dev/null +++ b/app/controllers/evaluations_controller.rb @@ -0,0 +1,5 @@ +# frozen_string_literal: true + +class EvaluationsController < ApplicationController + def index; end +end diff --git a/app/helpers/evaluations_helper.rb b/app/helpers/evaluations_helper.rb new file mode 100644 index 00000000..81a87ad7 --- /dev/null +++ b/app/helpers/evaluations_helper.rb @@ -0,0 +1,4 @@ +# frozen_string_literal: true + +module EvaluationsHelper +end diff --git a/app/views/evaluations/index.html.erb b/app/views/evaluations/index.html.erb new file mode 100644 index 00000000..c4b53c2e --- /dev/null +++ b/app/views/evaluations/index.html.erb @@ -0,0 +1,7 @@ +
Find me in app/views/evaluations/index.html.erb
+