method

json_class_name

rails latest stable - Class: ActiveRecord::Serialization::ClassMethods

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.2.1) is shown here.

json_class_name()
public

No documentation available.

# File activerecord/lib/active_record/serializers/json_serializer.rb, line 75
      def json_class_name
        @json_class_name ||= name.demodulize.underscore.inspect
      end