Method: Scrivito::Link#obj
- Defined in:
- app/cms/scrivito/link.rb
#obj ⇒ Object
Returns the Obj this link references. Returns nil
if the link is external.
54 55 56 |
# File 'app/cms/scrivito/link.rb', line 54 def obj @link_data[:obj] end |