Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Mar 25, 2013
1 parent 7e91c9a commit 1a838cc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -103,7 +103,7 @@ def type_cast(value, column, array_member = false)
PostgreSQLColumn.array_to_string(value, column, self)
end
when String
return super(value, column) unless 'bytea' == couln.sql_type
return super(value, column) unless 'bytea' == column.sql_type
{ :value => value, :format => 1 }
when Hash
case column.sql_type
Expand Down

0 comments on commit 1a838cc

Please sign in to comment.