Flowdock
method

scoped_methods

Importance_0
v2.2.1 - Show latest stable - 0 notes - Class: ActiveRecord::Base
scoped_methods(#:nodoc:) protected

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/base.rb, line 2025
        def scoped_methods #:nodoc:
          Thread.current["#{self}_scoped_methods""#{self}_scoped_methods"] ||= []
        end
Register or log in to add new notes.