class Origami::Field::Subform::SignatureLock

Public Instance Methods

pre_build() click to toggle source
Calls superclass method
# File lib/origami/acroform.rb, line 260
def pre_build
  
  if self.Action and self.Action != Actions::ALL
    self.Fields ||= []
  end
  
  super
end