class MultiTenantSupport::Current

This class is for internal usage only

Public Instance Methods

protection_state() click to toggle source
# File lib/multi_tenant_support/current.rb, line 19
def protection_state
  attributes[:protection_state] ||= PROTECTED
end