method

properties

rails latest stable - Class: Controllers::RailsInfoController

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1.0.0) is shown here.

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