Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if !message.blank?
- Notification.notify(:email, {:album_uuid => album_uuid, :message => message})
- else
- Notification.notify(:email, {:album_uuid => album_uuid})
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement