6 lines
110 B
Ruby
6 lines
110 B
Ruby
class StaticController < ApplicationController
|
|
def terms_of_service
|
|
render :layout => "blank"
|
|
end
|
|
end
|