Module: Vedeu::Repositories::Registerable::InstanceMethods

Defined in:
lib/vedeu/repositories/registerable.rb

Overview

Provide additional behaviour as instance methods to the including class or module.

Instance Method Summary collapse

Instance Method Details

#null_model?Boolean

Returns:



81
82
83
# File 'lib/vedeu/repositories/registerable.rb', line 81

def null_model?
  respond_to?(:null_model) && present?(:null_model)
end