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