Sha256: 2135a803b76464881b8213f33759082780212b181f71a357774a4e8e8611eaf8
Contents?: true
Size: 350 Bytes
Versions: 9
Compression:
Stored size: 350 Bytes
Contents
require 'avatar' module Avatar # :nodoc: module View # :nodoc: module AbstractViewSupport def avatar_url_for(person, options = {}) default_options = Avatar::default_avatar_options || {} options = default_options.merge(options) Avatar::source.avatar_url_for(person, options) end end end end
Version data entries
9 entries across 9 versions & 3 rubygems