class method
self.disable_implicit_join_references
Ruby on Rails 4.0.13
Since v4.0.13 Last seen in v4.0.13Disable implicit join references. This feature was deprecated with Rails 4. If you don’t make use of implicit references but still see deprecation warnings you can disable the feature entirely. This will be the default with Rails 4.1.
Source
# File activerecord/lib/active_record/core.rb, line 77
mattr_accessor :disable_implicit_join_references, instance_writer: false
Defined in activerecord/lib/active_record/core.rb line 77
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Core