Module: Vedeu::Repositories::Registerable::InstanceMethods
- Defined in:
- lib/vedeu/repositories/registerable.rb
Overview
When Vedeu::Repositories::Registerable is included in a class, the methods within this module are included as instance methods on that class.
Instance Method Summary collapse
Instance Method Details
#null_model? ⇒ Boolean
74 75 76 |
# File 'lib/vedeu/repositories/registerable.rb', line 74 def null_model? respond_to?(:null_model) && present?(:null_model) end |