Class: ActiveRecord::Relation::StrictLoadingScope
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activerecord-7.0.4/lib/active_record/relation.rb
Overview
:nodoc:
Class Method Summary collapse
Class Method Details
.empty_scope? ⇒ Boolean
816 817 818 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activerecord-7.0.4/lib/active_record/relation.rb', line 816 def self.empty_scope? true end |
.strict_loading_value ⇒ Object
820 821 822 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activerecord-7.0.4/lib/active_record/relation.rb', line 820 def self.strict_loading_value true end |