instance method
from_attachable_sgid
Ruby on Rails 8.1.2
Since v6.0.6Signature
from_attachable_sgid(sgid)
No documentation comment.
Parameters
-
sgidreq
Source
# File actiontext/lib/action_text/attachable.rb, line 58
def from_attachable_sgid(sgid)
ActionText::Attachable.from_attachable_sgid(sgid, only: self)
end
Defined in actiontext/lib/action_text/attachable.rb line 58
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Attachable