Closed munkius closed 8 years ago
Just to clarify: I assume the subtle improvement is that this provides a performance benefit in cases where the operation isn't applicable, because a respond_to?
check is less expensive than fetching the fields?
Sorry, totally missed your response!
It's indeed that. Why bother to call the fields
function when the resource does not implement the function.
OK great, thanks for clarifying @munkius!
Released 1.2.1 with this change.
Switching the operation concerning
openid_fields
for a subtle improvement.