diff --git a/app/controllers/spaces_controller.rb b/app/controllers/spaces_controller.rb new file mode 100644 index 0000000..7ddf3a3 --- /dev/null +++ b/app/controllers/spaces_controller.rb @@ -0,0 +1,9 @@ +class SpacesController < ApplicationController + def index + { + "extra" => { + + } + } + end +end \ No newline at end of file diff --git a/app/views/spaces/index.html.erb b/app/views/spaces/index.html.erb new file mode 100644 index 0000000..648b75c --- /dev/null +++ b/app/views/spaces/index.html.erb @@ -0,0 +1 @@ +<%= render_view %> \ No newline at end of file