Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Open
sergio1990 opened this issue Nov 19, 2014 · 0 comments
Open

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

sergio1990 opened this issue Nov 19, 2014 · 0 comments
Assignees

Comments

@sergio1990
Copy link
Member

In following method scope param is no longer used

def add_error(message, scope: :base)
    errors[scope] << construct_message(message)
end
@sergio1990 sergio1990 self-assigned this Nov 19, 2014
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant