Sha256: cb8054fcd6ba4657407f2f3e8c762829a29c23fadd6525e24aaf63174aad6c79
Contents?: true
Size: 465 Bytes
Versions: 1
Compression:
Stored size: 465 Bytes
Contents
# v 0.2.0 (July, 10, 2017) * Supports multiple content_highlightable columns per model ``` acts_as_content_highlightable_on [:summary, :content] ``` * Added ActsAsContentHighlightabl.extract_text_from_html(text) method - can be used to extract text from HTML content. * Extract `can_remove_highlight?(user)` method from controller to ContentHighlight model - Can customize removal permissions - better than just checking (highlight.user == current_user)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
acts_as_content_highlightable-0.2.0 | changelog.md |