Skip to content

Instantly share code, notes, and snippets.

@nmerouze
Created August 18, 2008 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmerouze/5969 to your computer and use it in GitHub Desktop.
Save nmerouze/5969 to your computer and use it in GitHub Desktop.
# Hack for make_resourceful plugin.
module Resourceful
class Builder
module BuilderExtension
def set_flash(action, message)
after(action) { flash[:notice] = message }
end
end
include BuilderExtension
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment