Module: LoyalCore::ActsAsContentDepartAble::ClassMethods::ContentWorkerMethods

Defined in:
lib/loyal_core/acts/content_depart_able.rb

Instance Method Summary collapse

Instance Method Details

#words_amount_more?(count = LOYAL_CORE_OUTLINE_MAX_LENGTH) ⇒ Boolean

Returns:

  • (Boolean)


96
97
98
# File 'lib/loyal_core/acts/content_depart_able.rb', line 96

def words_amount_more? count=LOYAL_CORE_OUTLINE_MAX_LENGTH
  self.words_amount > count
end