Affix/rpress

View on GitHub
app/models/post.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Post < ActiveRecord::Base
    belongs_to :category
    belongs_to :author
    has_many :tags
end