Sha256: 15809911e20aab5b8a1321fba449bba91a693ca5232db45fe656e01827f210b5

Contents?: true

Size: 495 Bytes

Versions: 3

Compression:

Stored size: 495 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

3 entries across 3 versions & 1 rubygems

Version Path
fat_free_crm-0.13.6 app/helpers/comments_helper.rb
fat_free_crm-0.13.5 app/helpers/comments_helper.rb
fat_free_crm-0.13.4 app/helpers/comments_helper.rb