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