mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 19:48:28 +02:00
Added some missing model specs + PaperTrail session fix
This commit is contained in:
parent
c248a957a6
commit
a637eb5e01
39 changed files with 1447 additions and 845 deletions
|
@ -6,6 +6,7 @@ class DurationIso8601Validator < ActiveModel::EachValidator
|
|||
|
||||
class << self
|
||||
def validate(value)
|
||||
return false if value.blank?
|
||||
return true if value.empty?
|
||||
|
||||
begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue