added the ability to add safe html tags to input (i.e., images)
[selectricity-live] / vendor / plugins / white_list / init.rb
diff --git a/vendor/plugins/white_list/init.rb b/vendor/plugins/white_list/init.rb
new file mode 100644 (file)
index 0000000..92bf8ea
--- /dev/null
@@ -0,0 +1,2 @@
+require 'white_list_helper'
+ActionView::Base.send :include, WhiteListHelper
\ No newline at end of file

Benjamin Mako Hill || Want to submit a patch?