# File lib/inherited_resources/base_helpers.rb, line 84
      def update_resource(object, attributes)
        object.update_attributes(*attributes)
      end