Class: LeanCms::Page

Inherits:
ApplicationRecord
  • Object
show all
Defined in:
app/models/lean_cms/page.rb

Instance Method Summary collapse

Instance Method Details

#full_pathObject



19
20
21
# File 'app/models/lean_cms/page.rb', line 19

def full_path
  parent_slug ? "#{parent_slug}/#{slug}" : slug
end