Sinatra validation 问题

freshlhy · October 21, 2013 · Last by freshlhy replied at October 21, 2013 · 6683 hits

rails 里面的

validates :nickname, length: {
   minimum:  4,
   maximum: 24,
   tokenizer: lambda{|s| s.encode('gb18030').bytes }
 }

如何转换成 sinatra 里面的验证啊,tokenizer...

@robbin?帮忙看一眼

You need to Sign in before reply, if you don't have an account, please Sign up first.