Skip to content

Commit

Permalink
send the right email
Browse files Browse the repository at this point in the history
  • Loading branch information
paulca committed Nov 3, 2009
1 parent 1f00e76 commit 4a65779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/provider.rb
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def set_first_user_provider
end

def send_owner_welcome
Notification.create_provider_welcome(user) if user
Notification.deliver_provider_welcome(user) if user
end

def owner_name
Expand Down

0 comments on commit 4a65779

Please sign in to comment.