Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 369 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 369 Bytes

SanitizeRichText

Build Status

Installation

gem 'sanitize_rich_text'

Usage

class Article < ApplicationRecord
  sanitize_rich_text :text, elements: %w(h2 h3 p a), attributes: { 'a' => ['href', 'target'] }
end