discourse/app/controllers/privacy_controller.rb

9 lines
130 B
Ruby
Raw Normal View History

2013-02-06 03:16:51 +08:00
class PrivacyController < ApplicationController
skip_before_filter :check_xhr
def index
render layout: false
end
end