Skip to content

Instantly share code, notes, and snippets.

@aishek
Created September 1, 2014 12:52
Show Gist options
  • Save aishek/6c6ceb86327d8bc4f919 to your computer and use it in GitHub Desktop.
Save aishek/6c6ceb86327d8bc4f919 to your computer and use it in GitHub Desktop.
flash now example
# app/controllers/flash_now_example_controller.rb
class FlashNowExampleController < ActionController::Base
def test
flash.now.notice = 'На свете счастья нет, но есть покой и воля'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment