Moved the site over to Ruby on Rails
This commit is contained in:
2
app/controllers/application_controller.rb
Normal file
2
app/controllers/application_controller.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
class ApplicationController < ActionController::Base
|
||||
end
|
0
app/controllers/concerns/.keep
Normal file
0
app/controllers/concerns/.keep
Normal file
10
app/controllers/welcome_controller.rb
Normal file
10
app/controllers/welcome_controller.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
class WelcomeController < ApplicationController
|
||||
def index
|
||||
end
|
||||
|
||||
def contact
|
||||
end
|
||||
|
||||
def support
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user