We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Customizing for different Invite use cases (emails etc.) (markdown)
fix saving invitation_sent_at
The method was out-dated. See Issue #627
Only delivers an email if @user.errors.empty? , the same as the original devise invitable controller.
Added note about `raw_invitation_token` not being persisted in the database
Check if variable is there the right way
heh, redact project name from example.
code example refactor.
typo
custom email headers
I want to inform people how to avoid bug on which I wasted 1 hour.
Changed markdown to show ruby highlighting
Just changed the format as the code blocks were showing all on one line and hard to read