Flowdock
method

_store_accessors_module

Importance_0
v4.2.9 - Show latest stable - 0 notes - Class: ClassMethods
_store_accessors_module() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/store.rb, line 102
      def _store_accessors_module # :nodoc:
        @_store_accessors_module ||= begin
          mod = Module.new
          include mod
          mod
        end
      end
Register or log in to add new notes.