class XLFormAction
Monkey patch
Attributes
cells[RW]
required[RW]
Public Instance Methods
copyWithZone(zone)
click to toggle source
# File lib/ProMotion/XLForm/xl_form_patch.rb, line 9 def copyWithZone(zone) action_copy = old_copyWithZone(zone) action_copy.cells = self.cells.copy action_copy.required = self.required action_copy end
Also aliased as: old_copyWithZone