Closed snoblenet closed 10 years ago
Use attr_accessible on Rails 4 if the "protected_attributes" gem is in use. Resolves #13.
Sorry for the delay! This PR included 7 commits for a one line change, so I've gone ahead and just made a single commit for it (76fb1ab3) and released it in 0.1.1. Thanks for catching this!
Use attr_accessible on Rails 4 if the "protected_attributes" gem is in use. Resolves #13.