Sha256: 318406733629c66ebb77a3442a0b768727963fe0b44b5cc2637a9aa69a3a4091
Contents?: true
Size: 525 Bytes
Versions: 13
Compression:
Stored size: 525 Bytes
Contents
# frozen_string_literal: true # Copyright (c) 2008-2013 Michael Dvorkin and contributors. # # Fat Free CRM is freely distributable under the terms of MIT license. # See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php #------------------------------------------------------------------------------ module CommentsHelper def notification_emails_configured? config = Setting.email_comment_replies || {} config[:server].present? && config[:user].present? && config[:password].present? end end
Version data entries
13 entries across 13 versions & 1 rubygems