Skip to content

require_not_blank is heavily coupled to rails #2

Description

@mjgpy3

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:

DBC.require(!foo.blank?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions