37 38 39 40 41
# File 'lib/bridge_cache.rb', line 37 def models return @models if defined?(@models) @models = merged_required_models([]) end