Flowdock
method

name_with_prefix

Importance_0
v2.3.8 - Show latest stable - 0 notes - Class: ActionController::Integration::Session
name_with_prefix(prefix, name) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/integration.rb, line 391
        def name_with_prefix(prefix, name)
          prefix ? "#{prefix}[#{name}]" : name.to_s
        end
Register or log in to add new notes.