# File lib/thinking_sphinx/rails_additions.rb, line 129
    def cattr_accessor(*syms)
      cattr_reader(*syms)
      cattr_writer(*syms)
    end