Skip to content

Instantly share code, notes, and snippets.

@ordinaryzelig
Created October 31, 2010 01:06
Show Gist options
  • Save ordinaryzelig/655966 to your computer and use it in GitHub Desktop.
Save ordinaryzelig/655966 to your computer and use it in GitHub Desktop.
# app/controllers/articles_controller.rb
respond_with :js
def create
flash[:notice] = 'Hello World'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment