From 775cc7de6081f823a97a7803a6eb4d373b5c82dd Mon Sep 17 00:00:00 2001 From: a3gis Date: Fri, 25 Jul 2014 18:32:04 +0200 Subject: Remove references to SQLite3Column from documentation --- activerecord/lib/active_record/attribute_methods.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib') diff --git a/activerecord/lib/active_record/attribute_methods.rb b/activerecord/lib/active_record/attribute_methods.rb index 1cdb530815..a2bb78dfcc 100644 --- a/activerecord/lib/active_record/attribute_methods.rb +++ b/activerecord/lib/active_record/attribute_methods.rb @@ -193,7 +193,7 @@ module ActiveRecord # # person = Person.new # person.column_for_attribute(:name) # the result depends on the ConnectionAdapter - # # => # + # # => # # # person.column_for_attribute(:nothing) # # => nil -- cgit v1.2.3