2012-03-31 00:37:54 +01:00
|
|
|
class PagesController < ApplicationController
|
2015-04-15 11:29:25 +01:00
|
|
|
skip_after_action :verify_authorized
|
2012-05-11 18:58:51 +01:00
|
|
|
|
2012-03-31 00:37:54 +01:00
|
|
|
def forbidden
|
|
|
|
end
|
2012-03-31 14:18:22 +01:00
|
|
|
|
|
|
|
def tos
|
|
|
|
end
|
2012-07-20 17:06:31 +01:00
|
|
|
|
2012-03-31 00:37:54 +01:00
|
|
|
end
|