method

store_accessor_for

store_accessor_for(store_attribute)
private

No documentation available.

# File activerecord/lib/active_record/store.rb, line 131
      def store_accessor_for(store_attribute)
        @column_types[store_attribute.to_s].accessor
      end