5 lines
111 B
Ruby
5 lines
111 B
Ruby
class HelpController < ApplicationController
|
|
def faq
|
|
gon.chatEnabled = AppConfig.chat.enabled?
|
|
end
|
|
end
|