Skip to content

Commit

Permalink
Remove extra case.
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnsward committed Aug 10, 2013
1 parent 4f5f59a commit 7c17fdf
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -51,7 +51,6 @@ def type_cast(value, column)
return value unless column

case column.type
when :binary then value
when :integer then value.to_i
when :float then value.to_f
else
Expand Down

0 comments on commit 7c17fdf

Please sign in to comment.