Flowdock
method

serializable_hash

Importance_0
v3.2.13 - Show latest stable - 0 notes - Class: ActiveModel::Serializers::Xml::Serializer
serializable_hash() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activemodel/lib/active_model/serializers/xml.rb, line 58
        def serializable_hash
          @serializable.serializable_hash(@options.except(:include))
        end
Register or log in to add new notes.