instance method name_with_prefix

Ruby on Rails 2.3.18

Since v2.2.3 Last seen in v2.3.18 Private

Available in: v2.2.3 v2.3.18

Signature

name_with_prefix(prefix, name)

No documentation comment.

Parameters

prefix req
name req
Source
# File actionpack/lib/action_controller/integration.rb, line 392
        def name_with_prefix(prefix, name)
          prefix ? "#{prefix}[#{name}]" : name.to_s
        end

Defined in actionpack/lib/action_controller/integration.rb line 392 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionController::Integration::Session

Type at least 2 characters to search.

↑↓ navigate · open · esc close