# File lib/arel/engines/sql/attributes.rb, line 4 4: def self.for(column) 5: case column.type 6: when :string then String 7: when :text then String 8: when :integer then Integer 9: when :float then Float 10: when :decimal then Decimal 11: when :date then Time 12: when :datetime then Time 13: when :timestamp then Time 14: when :time then Time 15: when :binary then String 16: when :boolean then Boolean 17: else 18: Undefined 19: end 20: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.