Skip to content

Instantly share code, notes, and snippets.

@apolzon
Created October 29, 2014 21:05
Show Gist options
  • Save apolzon/9ce5db11235dd5111a4a to your computer and use it in GitHub Desktop.
Save apolzon/9ce5db11235dd5111a4a to your computer and use it in GitHub Desktop.
if ['Client Viewer', 'Client Reviewer'].include?(@invitation.role)
auto_login
elsif @invitation.new_collaborator?
password_reset_link
else
direct_link
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment