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
Hello and thanks for this gem which I am trying to use to solve the JSON serialization issue described in administrate-field-jsonb (I am trying to use administrate-base_controller as recommended in the README of administrate-serialized_fields).
However, after including this base controller I get this error for the index action: undefined method 'apply_resource_includes' for #<Admin::AdministratorsController:0x00007fa25d3696e0> Did you mean? apply_collection_includes
I can workaround the issue by avoiding this gem and instead copying the code required for the serialization, but still wanted to raise this observation here.
I am using Rails 5.2.3, Administrate 0.12.0.
The text was updated successfully, but these errors were encountered:
Hello and thanks for this gem which I am trying to use to solve the JSON serialization issue described in administrate-field-jsonb (I am trying to use administrate-base_controller as recommended in the README of administrate-serialized_fields).
However, after including this base controller I get this error for the index action:
undefined method 'apply_resource_includes' for #<Admin::AdministratorsController:0x00007fa25d3696e0> Did you mean? apply_collection_includes
I can workaround the issue by avoiding this gem and instead copying the code required for the serialization, but still wanted to raise this observation here.
I am using Rails 5.2.3, Administrate 0.12.0.
The text was updated successfully, but these errors were encountered: