method
properties
v1.0.0 -
Show latest stable
- Class:
Controllers::RailsInfoController
properties()public
No documentation available.
# File railties/builtin/controllers/rails_info_controller.rb, line 3
def properties
if 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