2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 10:58:38 +08:00
discourse/app/controllers/tos_controller.rb
2013-02-07 16:45:24 +01:00

9 lines
126 B
Ruby

class TosController < ApplicationController
skip_before_filter :check_xhr
def index
render layout: false
end
end