method
body
v6.1.7.7 -
Show latest stable
- Class:
ActionDispatch::Response::FileBody
body()public
No documentation available.
# File actionpack/lib/action_dispatch/http/response.rb, line 346
def body
File.binread(to_path)
end