• S
    Fix guides error on error class name · acd52551
    Sebastian Sogamoso 提交于
    The error that's raised in case the required key is missing it's actually `ActionController::ParameterMissing` not `ActionController::MissingParameter`. It's important to fix so that people reading the guides knows what error to rescue from when needed.
    acd52551
action_controller_overview.md 48.5 KB