Skip to content

Add support for BigDecimal parsing#78

Open
Antsiscool wants to merge 2 commits intopauldix:masterfrom
myfoodlink:master
Open

Add support for BigDecimal parsing#78
Antsiscool wants to merge 2 commits intopauldix:masterfrom
myfoodlink:master

Conversation

@Antsiscool
Copy link

No description provided.

case element_config.data_class.to_s
when "Integer" then 0
when "Float" then 0.0
when "BigDecimal" then BigDecimal.new("0.0")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this change is from a while ago, but the API changed to BigDecimal("0.0") Ruby change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants