instance method
performed?
Ruby on Rails 4.0.13
Since v3.2.22.5Signature
performed?()
No documentation comment.
Source
# File actionpack/lib/action_controller/metal.rb, line 187
def performed?
response_body || (response && response.committed?)
end
Defined in actionpack/lib/action_controller/metal.rb line 187
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::Metal