Skip to content

Commit

Permalink
Replace Fixnum with Integer
Browse files Browse the repository at this point in the history
  • Loading branch information
dorobica authored and mcmire committed Sep 17, 2017
1 parent 2a5c312 commit 61c3654
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ def value_to_attribute_type(value)
case value
when true, false then :boolean
when BigDecimal then :decimal
when Fixnum then :fixnum
when Integer then :fixnum
when Date then :date
when DateTime then :datetime
when Time then :time
Expand Down

0 comments on commit 61c3654

Please sign in to comment.