method

attachable_from_sgid

rails latest stable - Class: ActionText::Attachable
attachable_from_sgid(sgid)
public

No documentation available.

# File actiontext/lib/action_text/attachable.rb, line 48
        def attachable_from_sgid(sgid)
          from_attachable_sgid(sgid)
        rescue ActiveRecord::RecordNotFound
          nil
        end