Methods
- M
- N
- T
Constants
| DEFAULT_PARTIAL_PATH | = | "action_text/attachables/missing_attachable" |
Class Public methods
new(sgid) Link
Source: show
# File actiontext/lib/action_text/attachables/missing_attachable.rb, line 10 def initialize(sgid) @sgid = SignedGlobalID.parse(sgid, for: ActionText::Attachable::LOCATOR_NAME) end