我正在使用@H_403_3@
before_save do self.username.strip! end
但它似乎没有用,我错过了什么?@H_403_3@
def username=(value) self[:username] = value.to_s.strip end
顺便说一句,我更喜欢squish@H_403_3@
squish