Flowdock
method

symbolized_base_class

Importance_0
v3.2.1 - Show latest stable - 0 notes - Class: ClassMethods
symbolized_base_class() 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/inheritance.rb, line 28
      def symbolized_base_class
        @symbolized_base_class ||= base_class.to_s.to_sym
      end
Register or log in to add new notes.