Class: StatelyScopes::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/stately_scopes.rb

Class Method Summary collapse

Class Method Details

.configurationObject



41
42
43
# File 'lib/stately_scopes.rb', line 41

def self.configuration
  @@configuration ||= OpenStruct.new(:alias_scope_method => true)
end