Skip to content

Instantly share code, notes, and snippets.

@solnic
Created March 26, 2010 10:50
Show Gist options
  • Select an option

  • Save solnic/344761 to your computer and use it in GitHub Desktop.

Select an option

Save solnic/344761 to your computer and use it in GitHub Desktop.
module DataMapper
class Property
class Textile < String
def load(value)
RedCloth.new(value.to_s).to_html
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment