Skip to content

Instantly share code, notes, and snippets.

@czottmann
Created March 25, 2009 10:46
Show Gist options
  • Save czottmann/85417 to your computer and use it in GitHub Desktop.
Save czottmann/85417 to your computer and use it in GitHub Desktop.
class SomeModel < ActiveRecord::Base
serialize :data
xss_terminate :except => [:data]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment