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