method
properties
properties()
public
Hide source
# 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