module
ActionText::Attachable
rails latest stable
Action Text Attachable
Include this module to make a record attachable to an ActionText::Content.
class Person < ApplicationRecord include ActionText::Attachable end person = Person.create! name: "Javan" html = %Q(<action-text-attachment sgid="#{person.attachable_sgid}"></action-text-attachment>) content = ActionText::Content.new(html) content.attachables # => [person]
Constants
LOCATOR_NAME = "attachable"
Files
- actiontext/lib/action_text/attachable.rb