Method: Facebooker::Rails::Helpers#fb_container
- Defined in:
- lib/facebooker/rails/helpers.rb
#fb_container(options = {}, &proc) ⇒ Object
682 683 684 685 |
# File 'lib/facebooker/rails/helpers.rb', line 682 def fb_container(={},&proc) inner = capture(&proc) versioned_concat(content_tag("fb:container",inner,), proc.binding) end |