Flowdock
method

json_class_name

Importance_0
v2.3.2 - Show latest stable - 0 notes - Class: ActiveRecord::Serialization::ClassMethods
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.