Created
September 1, 2014 11:25
-
-
Save aishek/ee0d7a0960b16782f637 to your computer and use it in GitHub Desktop.
flash examples
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/example_controller.rb | |
class ExampleController < ActionController::Base | |
def index | |
flash.notice = 'Мне не спится, нет огня;' | |
flash[:alert] = 'Всюду мрак и сон докучный.' | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment