instance method properties

Ruby on Rails 3.1.12

Since v3.0.20 Last seen in v3.2.22.5

Available in: v3.0.20 v3.1.12 v3.2.22.5

Signature

properties()

No documentation comment.

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

Defined in railties/lib/rails/info_controller.rb line 2 · View on GitHub · Improve this page · Find usages on GitHub

Defined in Rails::InfoController

Type at least 2 characters to search.

↑↓ navigate · open · esc close