mirror of
https://github.com/discourse/discourse.git
synced 2025-06-25 14:41:34 +08:00
Initial release of Discourse
This commit is contained in:
9
app/controllers/faq_controller.rb
Normal file
9
app/controllers/faq_controller.rb
Normal file
@ -0,0 +1,9 @@
|
||||
class FaqController < ApplicationController
|
||||
|
||||
skip_before_filter :check_xhr
|
||||
|
||||
def index
|
||||
render layout: false
|
||||
end
|
||||
|
||||
end
|
Reference in New Issue
Block a user