mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Check respond_to_without_attributes? in method_missing. If there is any method that responds (even private), let super handle it and raise NoMethodError if necessary.