Method: Imageomatic::Opengraph::Model#to_html

Defined in:
app/models/imageomatic/opengraph/model.rb

#to_htmlObject



14
15
16
# File 'app/models/imageomatic/opengraph/model.rb', line 14

def to_html
  safe_join metatags.map(&:to_html), "\n"
end