Sha256: 09c9341053af3b131ebeb5a7034422fc11c9bb3d8abd52d32fce5f124bfe8363
Contents?: true
Size: 177 Bytes
Versions: 10
Compression:
Stored size: 177 Bytes
Contents
class FloatValue < ActiveRecord::Base self.table_name = "extend_at_floats" belongs_to :extend_at_column, :class_name => 'Column', :foreign_key => 'extend_at_column_id' end
Version data entries
10 entries across 10 versions & 1 rubygems