Guest User

Untitled

a guest
Apr 19th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. if @organization.save
  2. Notifier::deliver_signup_thanks(@organization)
  3. flash[:notice] = "Organization created! Your access key is: <strong>#{@organization.access_key}</strong>. <br />This key has also been emailed to you at: #{@organization.contact_email}</strong>."
  4. redirect_to :controller => 'login'
  5. else
  6. ....
  7. end
Add Comment
Please, Sign In to add comment