diaspora/app/controllers/help_controller.rb
Steffen van Bergerem e188782a9a Remove blueprint code
2015-03-02 00:04:57 +01:00

7 lines
202 B
Ruby

class HelpController < ApplicationController
layout -> (c) { request.format == :mobile ? "application" : "with_header_with_footer" }
def faq
gon.chatEnabled = AppConfig.chat.enabled?
end
end