7 lines
139 B
Ruby
7 lines
139 B
Ruby
|
|
class JamRuby::GenericState
|
||
|
|
before_validation do
|
||
|
|
if self.connection_policy == ''
|
||
|
|
self.connection_policy = nil
|
||
|
|
end
|
||
|
|
end
|
||
|
|
end
|