Validate the date format

This commit is contained in:
Andrew Tomaka 2013-08-10 09:24:49 -04:00
parent 77d9a0235a
commit 6b377a577e
6 changed files with 65 additions and 3 deletions

View file

@ -9,6 +9,7 @@ gem 'jquery-rails'
gem 'jquery-ui-rails'
gem 'jbuilder', '~> 1.2'
gem 'thin'
gem 'validates_timeliness', '~> 3.0'
group :doc do
gem 'sdoc', require: false