Solved: ActionController::ParameterMissing (param is missing or the value is empty)
When using Ruby on Rails' strong_params with require, there is a chance the key doesn't exist. When this happens, an ActionController::ParameterMissing exception is thrown.

