public
Description: Objectified version of Technoweenie's white_list plugin for Rails. Implemented as a class, not as a helper.
Homepage:
Clone URL: git://github.com/railsmonk/white_list_objectified.git
100644 3 lines (3 sloc) 0.098 kb
1
2
3
require 'white_lister'
require 'white_list_helper'
ActionView::Base.send :include, WhiteListHelper