This commit is contained in:
albert
2011-12-29 17:34:46 -05:00
parent 47d8f908df
commit e670412731
3 changed files with 9 additions and 3 deletions

View File

@@ -1,4 +1,8 @@
class StaticController < ApplicationController
def jquery_test
end
def terms_of_service
render :layout => "blank"
end
end