Sha256: 2d216a3734eb060c109fc920f8cba9a9397eb0e482a98c8a180d6bc6c5be1dd9
Contents?: true
Size: 137 Bytes
Versions: 44
Compression:
Stored size: 137 Bytes
Contents
class Article < ActiveRecord::Base belongs_to :author, :foreign_key => 'user_id', :class_name => "User" has_friendly_id :title end
Version data entries
44 entries across 22 versions & 1 rubygems