rosa-build/app/controllers/pages_controller.rb

11 lines
130 B
Ruby
Raw Permalink Normal View History

class PagesController < ApplicationController
skip_after_action :verify_authorized
2012-05-11 18:58:51 +01:00
def forbidden
end
2012-03-31 14:18:22 +01:00
def tos
end
end