Initial
This commit is contained in:
5
app/controllers/static_controller.rb
Executable file
5
app/controllers/static_controller.rb
Executable file
@@ -0,0 +1,5 @@
|
||||
class StaticController < ActionController::Base
|
||||
def index
|
||||
render file: "#{Rails.root}/public/index.html", layout: false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user