lib/softwear/auth/model.rb in softwear-lib-1.5.0 vs lib/softwear/auth/model.rb in softwear-lib-1.5.1
- old
+ new
@@ -13,9 +13,13 @@
class AuthServerDown < StandardError
end
# ============================= CLASS METHODS ======================
class << self
+ def abstract_class?
+ true
+ end
+
attr_writer :query_cache
attr_accessor :total_query_cache
attr_writer :query_cache_expiry
alias_method :expire_query_cache_every, :query_cache_expiry=
attr_accessor :auth_server_went_down_at