Module: Schemaker

Defined in:
lib/schemaker/models.rb,
lib/schemaker.rb,
lib/schemaker/models/base_model.rb,
lib/schemaker/models/join_model.rb,
lib/schemaker/models/object_model.rb,
lib/schemaker/models/subject_model.rb

Overview

Model configuration of the Subject model (fx Role)

Knows how to configure the relationship fro the Object model to the subject model via the Join model

Defined Under Namespace

Classes: Models

Class Attribute Summary collapse

Class Attribute Details

.log_onObject Also known as: log_on?

Returns the value of attribute log_on.



7
8
9
# File 'lib/schemaker.rb', line 7

def log_on
  @log_on
end