Method: Facebooker::Rails::Helpers#fb_explanation
- Defined in:
- lib/facebooker/rails/helpers.rb
#fb_explanation(message, text = nil) ⇒ Object
Render an <fb:explanation> tag If message and text are present then this will render fb:error and fb:message tag TODO: Optionally takes a decoration tag with value of ‘no_padding’ or ‘shorten’
417 418 419 |
# File 'lib/facebooker/rails/helpers.rb', line 417 def fb_explanation(, text=nil) fb_status_msg("explanation", , text) end |