class StatelyScopes::Configuration

Public Class Methods

configuration() click to toggle source
# File lib/stately_scopes.rb, line 41
def self.configuration
  @@configuration ||= OpenStruct.new(:alias_scope_method => true)
end