Flowdock
method

symbolized_sti_name

Importance_0
v3.2.8 - Show latest stable - 0 notes - Class: ClassMethods
symbolized_sti_name() 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 32
      def symbolized_sti_name
        @symbolized_sti_name ||= sti_name.present? ? sti_name.to_sym : symbolized_base_class
      end
Register or log in to add new notes.