instance method
code_and_name
Ruby on Rails 7.2.3.2
Since v5.0.7.2Signature
code_and_name()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/testing/assertion_response.rb, line 35
def code_and_name
"#{code}: #{name}"
end
Defined in actionpack/lib/action_dispatch/testing/assertion_response.rb line 35
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::AssertionResponse