module Governor::Article

Include this module into any class that will represent a blog article post.

Public Instance Methods

to_s() click to toggle source
# File lib/governor/article.rb, line 46
def to_s
  title
end