Class: Plum::NavItem

Inherits:
ApplicationRecord show all
Includes:
SiteScoped
Defined in:
app/models/plum/nav_item.rb

Instance Method Summary collapse

Instance Method Details

#hrefObject



19
20
21
# File 'app/models/plum/nav_item.rb', line 19

def href
  entry&.slug ? "/#{entry.slug}" : url
end