Sha256: 43e60ae04024a7f8e5f6dc380e0c7d05a60ae36ff2cd551d732aaf1f93b693fa
Contents?: true
Size: 174 Bytes
Versions: 5
Compression:
Stored size: 174 Bytes
Contents
class Page < ActiveRecord::Base version_fu do belongs_to :author, :class_name=>'::Author' end belongs_to :author belongs_to :creator, :class_name=>'Author' end
Version data entries
5 entries across 5 versions & 4 rubygems