Skip to content

Instantly share code, notes, and snippets.

@iHiD
Created February 10, 2013 18:31
Show Gist options
  • Save iHiD/4750524 to your computer and use it in GitHub Desktop.
Save iHiD/4750524 to your computer and use it in GitHub Desktop.
When the hard work pays off... A complex model, fully integrated into Meducation with basically no thought. Meducation is so easy now-a-days! :)
class BlogPost < ActiveRecord::Base
can_generate_reputation
has_comments
has_views
has_votes
has_news_feed_item
is_a_contribution
is_a_resource
is_cacheable
has_markdown
end
@reiz
Copy link

reiz commented Feb 10, 2013

Cool! Short & Easy :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment