public
Description: Gets the Rails flash object working with page cacheing.
Homepage:
Clone URL: git://github.com/pivotal/cacheable-flash.git
cacheable-flash / init.rb
100644 5 lines (4 sloc) 0.16 kb
1
2
3
4
5
gem "json", ">=1.1.2"
require "json"
require "cacheable_flash"
ActionView::Helpers::AssetTagHelper.register_javascript_include_default('cookie','flash','json')