Flowdock
method

serializable_attributes

Importance_0
v3.1.0 - Show latest stable - 0 notes - Class: ActiveModel::Serializers::Xml::Serializer
serializable_attributes() 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 74
        def serializable_attributes
          attributes_hash.map do |name, value|
            self.class::Attribute.new(name, @serializable, value)
          end
        end
Register or log in to add new notes.