module ScaffoldingExtensions::PrototypeHelper

  1. lib/scaffolding_extensions/prototype_helper.rb

Helper methods that require the Prototype Javascript library to work

Constants

JS_CHAR_FILTER = {'<'=>'\u003C', '>'=>'\u003E', '"'=>'\\"', "\n"=>'\n'}