Sha256: 9d9581b5bd9c2c3c243033c8af32bc8f950431beba2381a65a89c8e4fb46c354
Contents?: true
Size: 172 Bytes
Versions: 1
Compression:
Stored size: 172 Bytes
Contents
class DateValue < ActiveRecord::Base set_table_name "extend_at_dates" belongs_to :extend_at_column, :class_name => 'Column', :foreign_key => 'extend_at_column_id' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
extend_at-0.1.0 | lib/extend_at/models/date_value.rb |