# File lib/her/model/attributes.rb, line 57
      def respond_to_missing?(method, include_private = false)
        method.to_s =~ /[?=]$/ || @_her_attributes.include?(method) || super
      end