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
When I added userstamp to my project, I started getting errors like this when active_scaffold tried to render a create form:
ActionView::TemplateError (undefined method `creator_id' for #<Tag id: nil, tag: nil>) on line #7 of vendor/plugins/active_scaffold/frontends/default/views/_form_attribute.html.erb:
Note that the create form being rendered was for a model called Content, which was marked stampable and has the required columns.
Tag doesn't have the userstamp columns and is not stampable nor a model_stamper.
The text was updated successfully, but these errors were encountered:
When I added userstamp to my project, I started getting errors like this when active_scaffold tried to render a create form:
ActionView::TemplateError (undefined method `creator_id' for #<Tag id: nil, tag: nil>) on line #7 of vendor/plugins/active_scaffold/frontends/default/views/_form_attribute.html.erb:
Note that the create form being rendered was for a model called Content, which was marked stampable and has the required columns.
Tag doesn't have the userstamp columns and is not stampable nor a model_stamper.
The text was updated successfully, but these errors were encountered: