Libraries
»
rodauth-model
(0.3.0)
»
Index (A)
»
Rodauth
»
Model
»
ActiveRecord
Module: Rodauth::Model::ActiveRecord
Defined in:
lib/rodauth/model/active_record.rb
Constant Summary
collapse
ASSOCIATION_TYPES =
{
one:
:has_one
,
many:
:has_many
}