Method: Sorcery::Model::ClassMethods#sorcery_config

Defined in:
lib/sorcery/model.rb

#sorcery_configObject

Returns the class instance variable for configuration, when called by the class itself.



76
77
78
# File 'lib/sorcery/model.rb', line 76

def sorcery_config
  @sorcery_config
end