module ErrorsHelper def simple_error(field, error_msg) {"errors" => {field => [error_msg]}} end end