-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unsupported data type decimal #33
Comments
Please open config/will_filter/config.yml and add decimal to the container mapping. Michael On Sep 19, 2012, at 7:30 AM, Chainarin Thanichaiyawat [email protected] wrote:
|
Thank you |
Same issue with type mediumtext for me. Adding this fixed it:
|
And same issue for type Time. Fixed it by converting to text as described above. |
I looked at the template today and it still doesn't have decimal listed. Can you update the config.yml template? |
+1 |
Add in data_types mapping. |
I got error message
I used Ruby 1.8.7 and Rails 3.2.8.
users_controller.rb
index.haml
What's wrong in this code? Help me please.
The text was updated successfully, but these errors were encountered: