Sha256: a7c373381087f6719db25051dda0075e19569e3593a48c3851f19ba40b68c0ad
Contents?: true
Size: 264 Bytes
Versions: 1
Compression:
Stored size: 264 Bytes
Contents
class ExtendAt < ActiveRecord::Base set_table_name "extend_ats" belongs_to :model, :polymorphic => true has_many :extend_at_columns, :source => :extend_at, :class_name => 'Column' # has_many :columns, :through => :extend_at_columns, :source => :column end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
extend_at-0.1.0 | lib/extend_at/models/extend_at.rb |