# File lib/couchrest/support/inheritable_attributes.rb, line 106
    def couchrest_inheritable_accessor(*syms, &block)
      couchrest_inheritable_reader(*syms)
      couchrest_inheritable_writer(*syms, &block)
    end