in_place_editing
in_place_editing copied to clipboard
Wrong number of arguments (given 4, expected 0) - Rails 4
In Rails 4 throws that error when calling in_place_editor_field
, it must be that InstanceTag
class doesn't exist in Rails 4, it's been replaced by a module called ActiveModelInstanceTag
.