Guest User

Untitled

a guest
Jul 16th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. #too cool for create!
  2.  
  3. @app_email_message = AppEmailMessage.create(
  4. :to_id => wpp.person.id,
  5. :from => Community.current.from_email_address,
  6. :subject => "Topic #{post.topic.title} has a new post",
  7. :body => post.event_description_full
  8. )
  9.  
  10. if @app_email_message.new_record?
  11. raise @app_email_message.errors.full_messages.inspect
  12. end
Add Comment
Please, Sign In to add comment