Skip to content

Instantly share code, notes, and snippets.

@richmolj
Created June 24, 2013 13:56
Show Gist options
  • Save richmolj/5850233 to your computer and use it in GitHub Desktop.
Save richmolj/5850233 to your computer and use it in GitHub Desktop.
class Article
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