9 lines
137 B
Ruby
9 lines
137 B
Ruby
class StaticController < ApplicationController
|
|
def jquery_test
|
|
end
|
|
|
|
def terms_of_service
|
|
render :layout => "blank"
|
|
end
|
|
end
|