Skip to content

Instantly share code, notes, and snippets.

@richmolj
Created June 21, 2013 15:18
Show Gist options
  • Save richmolj/5831908 to your computer and use it in GitHub Desktop.
Save richmolj/5831908 to your computer and use it in GitHub Desktop.
class Post
def publish
self.published_at = Time.now
save
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment