module Nullifyable::ClassMethods
Attributes
nullifyable_attributes[R]
Private Instance Methods
nullify(*attributes)
click to toggle source
# File lib/nullifyable.rb, line 12 def nullify(*attributes) @nullifyable_attributes = attributes end