Added some missing model specs + PaperTrail session fix

This commit is contained in:
Priit Tark 2015-02-02 18:09:01 +02:00
parent c248a957a6
commit a637eb5e01
39 changed files with 1447 additions and 845 deletions

View file

@ -6,6 +6,7 @@ class DurationIso8601Validator < ActiveModel::EachValidator
class << self
def validate(value)
return false if value.blank?
return true if value.empty?
begin