Sha256: 01338c8afa853466ee1f28f34ab7eb147165ad2dec80cb2daf007247121d2719
Contents?: true
Size: 494 Bytes
Versions: 15
Compression:
Stored size: 494 Bytes
Contents
# 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
15 entries across 15 versions & 2 rubygems