Sha256: 999c90f92a6f6f621457d330fbe7903bdfc33ead12dc09de792918bcca2d6cf4
Contents?: true
Size: 131 Bytes
Versions: 7
Compression:
Stored size: 131 Bytes
Contents
class Post < ActiveRecord::Base belongs_to :category belongs_to :language attr_accessible :content, :language_id, :title end
Version data entries
7 entries across 7 versions & 1 rubygems