Welcome controller added
Can be used for main index, about page etc.
This commit is contained in:
parent
741bf5d4e4
commit
f28c637d10
6 changed files with 22 additions and 0 deletions
4
app/controllers/welcome_controller.rb
Normal file
4
app/controllers/welcome_controller.rb
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
class WelcomeController < ApplicationController
|
||||
def index
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue