Module: OpenGraphProtocol::ViewHelpers

Defined in:
lib/open_graph_protocol/view_helpers.rb

Instance Method Summary collapse

Instance Method Details

#og(map) ⇒ Object

produce meta tags for the passed map



5
6
7
8
# File 'lib/open_graph_protocol/view_helpers.rb', line 5

def og(map)
  # delegate to recursive algorithm 
  og_tags_from_map(map)
end