# File lib/her/model/attributes.rb, line 148
      def attribute=(attribute, value)
        @_her_attributes[attribute] = nil unless @_her_attributes.include?(attribute)
        send("#{attribute}_will_change!") unless value == @_her_attributes[attribute]
        @_her_attributes[attribute] = value
      end