activeadmin: Unable to find input class for hstore
I have hstore as one of the data types for my backend and it seems like formtastic hasn’t supported this data type yet. Help 😦?
This is the error that I got: Unable to find input class for hstore
About this issue
- Original URL
- State: closed
- Created 11 years ago
- Comments: 35 (16 by maintainers)
Quick’n’dirty fix for this is to create a Formtastic input in
app/inputs/hstore_input.rb
:@McFin, here is the rb file:
Here is the stackoverflow question I created for it: http://stackoverflow.com/questions/35218336/active-admin-form-with-hstore-column-unpermitted-param-error