Open ghost opened 11 years ago
Once the method include_vbulletin is added to the application User model, the validations:
include_vbulletin
before_validation :validate_vbulletin before_create :add_vbulletin after_update :update_vbulletin
fail raising Can't mass-assign protected attributes for lastactivity and password.
Can't mass-assign protected attributes
lastactivity
password
The issue seems to be the method update_timestamps when it updates the user and the session here
update_timestamps
Once the method
include_vbulletin
is added to the application User model, the validations:fail raising
Can't mass-assign protected attributes
forlastactivity
andpassword
.