mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-22 22:06:45 +00:00
readme plugin installation fix and gem dependency
This commit is contained in:
parent
904c202fb4
commit
5e85649a34
@ -33,12 +33,16 @@ think should be a valid date or time string.
|
||||
|
||||
As plugin (from master)
|
||||
|
||||
./script/plugin git://github.com/adzap/validates_timeliness.git
|
||||
./script/plugin install git://github.com/adzap/validates_timeliness.git
|
||||
|
||||
As gem
|
||||
|
||||
sudo gem install validates_timeliness
|
||||
|
||||
# in environment.rb
|
||||
|
||||
config.gem 'validates_timeliness'
|
||||
|
||||
|
||||
== USAGE:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user