Guest User

Untitled

a guest
Jul 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. before_save do |post|
  2. post.published_at = (post.published? ? Time.now : nil) if post.published_changed?
  3. end
Add Comment
Please, Sign In to add comment