class ActionController::ParameterMissing

Attributes

param[R]

Public Class Methods

new(param) click to toggle source
Calls superclass method
# File lib/action_controller/parameters.rb, line 8
def initialize(param)
  @param = param
  super("key not found: #{param}")
end