Prepare dev instructure
This commit is contained in:
9
app/controllers/pages_controller.rb
Normal file
9
app/controllers/pages_controller.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class PagesController < ApplicationController
|
||||
# Display homepage
|
||||
def home
|
||||
end
|
||||
|
||||
# Display legal page
|
||||
def legals
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user