class Origami::Field::SignatureLock

Public Instance Methods

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

    super
end