Flowdock
method

default_scoped

Importance_0
v4.2.1 - Show latest stable - 0 notes - Class: ClassMethods
default_scoped() 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/scoping/named.rb, line 32
        def default_scoped # :nodoc:
          relation.merge(build_default_scope)
        end
Register or log in to add new notes.