method
respond_to_missing?
v8.0.0 -
Show latest stable
- Class:
ActiveRecord::Delegation
respond_to_missing?(method, _)private
No documentation available.
# File activerecord/lib/active_record/relation/delegation.rb, line 150
def respond_to_missing?(method, _)
super || model.respond_to?(method)
end