Closed cseelus closed 7 years ago
I only had to slightly alter the save_and_invite_member method of the InviteMember module, to use the Rails default error symbols.
save_and_invite_member
InviteMember
This has the advantage of playing well inside internationalized Rails apps.
Test results are not affected by this change.
Thanks for your contribution. Merged into https://github.com/jekuno/milia/commit/a004e995f451b43ae569cab144781cb7d4c2fbb7.
I only had to slightly alter the
save_and_invite_member
method of theInviteMember
module, to use the Rails default error symbols.This has the advantage of playing well inside internationalized Rails apps.
Test results are not affected by this change.