Advertisement
Guest User

Untitled

a guest
Mar 4th, 2015
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1.  
  2. if !message.blank?
  3. Notification.notify(:email, {:album_uuid => album_uuid, :message => message})
  4. else
  5. Notification.notify(:email, {:album_uuid => album_uuid})
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement