Skip to content

userstamp doesn't seem to play with with active_scaffold #1

@ghost

Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions