diff --git a/app/controllers/console_controller.rb b/app/controllers/console_controller.rb new file mode 100644 index 0000000000..22c4579953 --- /dev/null +++ b/app/controllers/console_controller.rb @@ -0,0 +1,6 @@ +# frozen_string_literal: true + +# On webpage console for dev environments +class ConsoleController < ApplicationController + def show; end +end diff --git a/app/views/console/show.html.erb b/app/views/console/show.html.erb new file mode 100644 index 0000000000..bedad8be0e --- /dev/null +++ b/app/views/console/show.html.erb @@ -0,0 +1,5 @@ +