We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When updating a post with active admin, I get this error:
Can't mass-assign protected attributes: blogger_type
The text was updated successfully, but these errors were encountered:
b8067ca
@bertomartin - I've updated this on the master branch but it hasn't been released yet.
Until the next release, you could do either:
# create the post as a child of your blogger class: @user.blog_posts.new(params[:post])
or ...
# Tell Bundler to use the current master branch (edge) version of blogit: gem 'blogit', git: 'git@github.com:KatanaCode/blogit.git'
Sorry, something went wrong.
Thanks for the quick response.
No branches or pull requests
When updating a post with active admin, I get this error:
The text was updated successfully, but these errors were encountered: