Moved the site over to Ruby on Rails
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
class ApplicationController < ActionController::Base
|
||||
end
|
||||
@@ -0,0 +1,10 @@
|
||||
class WelcomeController < ApplicationController
|
||||
def index
|
||||
end
|
||||
|
||||
def contact
|
||||
end
|
||||
|
||||
def support
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user