Flowdock
method

close

Importance_0
v3.1.0 - Show latest stable - 0 notes - Class: BodyProxy
close() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/query_cache.rb, line 48
      def close
        @target.close if @target.respond_to?(:close)
      ensure
        ActiveRecord::Base.connection.clear_query_cache
        unless @original_cache_value
          ActiveRecord::Base.connection.disable_query_cache!
        end
      end
Register or log in to add new notes.