method
properties
v3.2.13 -
Show latest stable
- Class:
Rails::InfoController
properties()public
No documentation available.
# File railties/lib/rails/info_controller.rb, line 2
def properties
if consider_all_requests_local? || request.local?
render :inline => Rails::Info.to_html
else
render :text => '<p>For security purposes, this information is only available to local requests.</p>', :status => :forbidden
end
end