Flowdock
method

serializable_attributes

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: ActiveModel::Serialization
serializable_attributes(attribute_names) private

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/serialization.rb, line 170
      def serializable_attributes(attribute_names)
        attribute_names.index_with { |n| read_attribute_for_serialization(n) }
      end
Register or log in to add new notes.