Flowdock
method

readonly?

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: JoinAssociation
readonly?() 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/associations/join_dependency/join_association.rb, line 62
        def readonly?
          return @readonly if defined?(@readonly)

          @readonly = reflection.scope && reflection.scope_for(base_klass.unscoped).readonly_value
        end
Register or log in to add new notes.