validation_hints:验证提示

时间:2024-06-22 16:32:01
【文件属性】:

文件名称:validation_hints:验证提示

文件大小:9KB

文件格式:ZIP

更新时间:2024-06-22 16:32:01

Ruby

验证提示 提供源自模型验证的提示。 安装 gem 'validation_hints' 例子 class Person < ActiveRecord xss=removed> true validates :password , :length => { :within => 1 ... 5 } end Person . new . hints [ :name ] = > [ "can't be blank" ] Person . new . hints [ :password ] = > [ "must not be shorter than 1 characters" , "must not be longer than 4 characters" ] Person . new . hints . messages =


【文件预览】:
validation_hints-master
----Rakefile(51B)
----Gemfile(38B)
----validation_hints.gemspec(1KB)
----.document(55B)
----.gitignore(191B)
----lib()
--------active_model()
--------validation_hints()
--------validation_hints.rb(681B)
----README.md(760B)
----LICENSE.txt(1KB)

网友评论