8 lines
99 B
Ruby
8 lines
99 B
Ruby
class StaticController < ApplicationController
|
|
def terms_of_service
|
|
end
|
|
|
|
def error
|
|
end
|
|
end
|