Method: Frontline::Helpers#clear_registry_cache!

Defined in:
lib/frontline/helpers.rb

#clear_registry_cache!Object



145
146
147
148
# File 'lib/frontline/helpers.rb', line 145

def clear_registry_cache!
  CONTROLLERS.clear
  MODELS.clear
end