Created
September 1, 2014 12:52
-
-
Save aishek/6c6ceb86327d8bc4f919 to your computer and use it in GitHub Desktop.
flash now example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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