Flowdock
method

initialize_find_by_cache

Importance_0
v4.2.9 - Show latest stable - 0 notes - Class: ClassMethods
initialize_find_by_cache() 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/core.rb, line 117
      def initialize_find_by_cache # :nodoc:
        self.find_by_statement_cache = {}.extend(Mutex_m)
      end
Register or log in to add new notes.