Sha256: 100f86555853d2f82c96976696851ce4f0525216e16f56882a6119d078e9396e
Contents?: true
Size: 177 Bytes
Versions: 1
Compression:
Stored size: 177 Bytes
Contents
class BinaryValue < ActiveRecord::Base set_table_name "extend_at_binaries" 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/binary_value.rb |