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)
        type_for_attribute(store_attribute.to_s).accessor
      end