Sha256: e25aff947f8d908603bb98d38ab71baed68f09576fce217ecce379b0d194a2ae
Contents?: true
Size: 106 Bytes
Versions: 6
Compression:
Stored size: 106 Bytes
Contents
class Post < ActiveRecord::Base attr_accessible :body, :title, :type, :user_id belongs_to :author end
Version data entries
6 entries across 6 versions & 1 rubygems