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
Suspect these will appear at least as instance methods so we need to make sure the catalogue class method can be configured to add those if requested - for example binder does not currently pass any options
delegate_belongs_to fields do not appear in the template output
For example see Spree, the model Spree::Product has following definition
But none of these appear when generating an Excel template,
Suspect these will appear at least as instance methods so we need to make sure the catalogue class method can be configured to add those if requested - for example binder does not currently pass any options
model_method_mgr = ModelMethods::Manager.catalog_class(klass)
The text was updated successfully, but these errors were encountered: