Flowdock
method

json_class_name

Importance_0
Ruby on Rails latest stable (v3.2.13) - 0 notes - Class: ActiveRecord::Serialization::ClassMethods

Method deprecated or moved

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

json_class_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/serializers/json_serializer.rb, line 94
      def json_class_name
        @json_class_name ||= name.demodulize.underscore.inspect
      end
Register or log in to add new notes.