Skip to content

Instantly share code, notes, and snippets.

@aishek
Created September 1, 2014 11:25
Show Gist options
  • Save aishek/ee0d7a0960b16782f637 to your computer and use it in GitHub Desktop.
Save aishek/ee0d7a0960b16782f637 to your computer and use it in GitHub Desktop.
flash examples
# 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