Module: Opinio::OpinioModel
- Defined in:
- lib/opinio/opinio_model.rb,
lib/opinio/opinio_model/validations.rb
Defined Under Namespace
Modules: ClassMethods, RepliesSupport, Sanitizing, Validations
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
6 7 8 |
# File 'lib/opinio/opinio_model.rb', line 6 def self.included(base) base.extend ClassMethods end |