Sha256: 6afa0be467a827a82bfed95a2fd2892a7aae1730d57fb099d48796a11edccc9b
Contents?: true
Size: 178 Bytes
Versions: 1
Compression:
Stored size: 178 Bytes
Contents
class BooleanValue < ActiveRecord::Base set_table_name "extend_at_booleans" 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/boolean_value.rb |