You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In Rails 4 throws that error when calling
in_place_editor_field
, it must be thatInstanceTag
class doesn't exist in Rails 4, it's been replaced by a module calledActiveModelInstanceTag
.The text was updated successfully, but these errors were encountered: