The create action works with regular validates but authenticate/salt processing.
Please point out what does the message mean?
The create action works fine without calling and authenticate(us er_id, password).
Code:
require 'digest/sha1' class Ctkuser < ActiveRecord::Base validates_presence_of :user_id validates_uniqueness_of
Leave a comment: