You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the require_not_blank method is dependent on the .blank? rails monkey patch. Should this be excluded? If a user wants to require that a parameter is not blank, perhaps they can use the existing require method like such:
the
require_not_blankmethod is dependent on the.blank?rails monkey patch. Should this be excluded? If a user wants to require that a parameter is not blank, perhaps they can use the existingrequiremethod like such: