lib/ronin/model/has_description/class_methods.rb in ronin-1.0.0.pre4 vs lib/ronin/model/has_description/class_methods.rb in ronin-1.0.0.rc1
- old
+ new
@@ -18,9 +18,13 @@
#
module Ronin
module Model
module HasDescription
+ #
+ # Class methods that are added when {HasDescription} is included into
+ # a model.
+ #
module ClassMethods
#
# Finds models with descriptions containing a given fragment of
# text.
#