Method: Facebooker::Rails::Helpers#facebook_messages
- Defined in:
- lib/facebooker/rails/helpers.rb
#facebook_messages ⇒ Object
451 452 453 454 455 456 457 458 459 460 |
# File 'lib/facebooker/rails/helpers.rb', line 451 def ="" unless flash[:notice].blank? += fb_success(flash[:notice]) end unless flash[:error].blank? += fb_error(flash[:error]) end end |