mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 11:47:56 +01:00
Add a mock home page
This commit is contained in:
4
app/controllers/static_pages_controller.rb
Normal file
4
app/controllers/static_pages_controller.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
class StaticPagesController < ApplicationController
|
||||
def home
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user