instance method partial_path

Ruby on Rails 2.3.18

Since v2.2.3 Last seen in v2.3.18

Available in: v2.2.3 v2.3.18

Signature

partial_path(*args, &block)

See ActionController::RecordIdentifier.partial_path – this is just a delegate to that for convenient access in the view.

Parameters

args rest
block block
Source
# File actionpack/lib/action_view/helpers/record_identification_helper.rb, line 5
      def partial_path(*args, &block)
        ActionController::RecordIdentifier.partial_path(*args, &block)
      end

Defined in actionpack/lib/action_view/helpers/record_identification_helper.rb line 5 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionView::Helpers::RecordIdentificationHelper

Type at least 2 characters to search.

↑↓ navigate · open · esc close