flagpole_sitta 0.7.1 → 0.7.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -138,7 +138,7 @@ module FlagpoleSitta
|
|
138
138
|
flag = Rails.cache.read("#{superclazz}/ExistenceHash/Flag")
|
139
139
|
|
140
140
|
if flag.nil?
|
141
|
-
flag = initialize_existence_hash
|
141
|
+
flag = self.class.initialize_existence_hash
|
142
142
|
end
|
143
143
|
|
144
144
|
#If it had a route_id before it most of existed. So get its old values from the existence hash.
|