Method: Faces::Providers::Highrise#html
- Defined in:
- lib/providers/highrise.rb
#html(contact_id, configuration = {}) ⇒ Object
Constructs HTML <img /> tag for Highrise avatar
24 25 26 27 |
# File 'lib/providers/highrise.rb', line 24 def html(contact_id, configuration = {}) m_configuration = Faces::Common.merge_configurations([Faces::Configuration::HIGHRISE, configuration]) Faces::Public.generate_html(url(contact_id, configuration), m_configuration) end |