Send invitation

<% form_for resource, :as => resource_name, :url => invitation_path(resource_name) do |f| %> <%= f.error_messages %>

<%= f.label :email %>

<%= f.text_field :email %>

<%= f.submit "Send an invitation" %>

<% end %> <%= link_to "Home", after_sign_in_path_for(resource_name) %>