class ActiveModel::Serializer::Reflection
def link(name, value = nil)
- Api: - public
def link(name, value = nil) options[:links][name] = block_given? ? Proc.new : value :nil end
def link(name, value = nil) options[:links][name] = block_given? ? Proc.new : value :nil end