Skip to content

Remove unused parameter from AlterMvc::Validator#add_error #26

@sergio1990

Description

@sergio1990

In following method scope param is no longer used

def add_error(message, scope: :base)
    errors[scope] << construct_message(message)
end

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions