Module: OpenGraphProtocol::ViewHelpers
- Defined in:
- lib/open_graph_protocol/view_helpers.rb
Instance Method Summary collapse
-
#og(map) ⇒ Object
produce meta tags for the passed map.
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 (map) end |