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

Using attr_accessible for Slug attributes #78

Closed

Conversation

xwmx
Copy link
Contributor

@xwmx xwmx commented Sep 2, 2010

The ActiveRecord Slug model doesn't specify accessible attributes, preventing the record from being saved when model attributes have been set to protected by default, eg, using ActiveRecord::Base.send(:attr_accessible, nil) in a Rails initializer. This commit uses the attr_accessible macro to specify whitelisted attributes on Slug. All existing tests pass.

@norman
Copy link
Owner

norman commented Sep 13, 2010

Pulled. Thanks!

Empact pushed a commit to Empact/friendly_id that referenced this pull request Jan 21, 2012
This pull request was closed.
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

Successfully merging this pull request may close these issues.

2 participants