Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ghost opened this issue Nov 9, 2009 · 2 comments
Open

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

ghost opened this issue Nov 9, 2009 · 2 comments

Comments

@ghost
Copy link

ghost commented Nov 9, 2009

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.

@ghost
Copy link
Author

ghost commented Nov 9, 2009

Forgot to mention... some googling of "active_scaffold userstamp" reveals that it sounds like other people have had issues as well.

@nikhilgupte
Copy link

You can explicitly mention the list of columns in the active scaffold controller to work-around this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant