Module: Gitlab::BackgroundMigration::FixPagesAccessLevel::Routable
- Defined in:
- lib/gitlab/background_migration/fix_pages_access_level.rb
Overview
Copy routable here to avoid relying on application logic
Instance Method Summary collapse
Instance Method Details
#build_full_path ⇒ Object
9 10 11 12 13 14 15 |
# File 'lib/gitlab/background_migration/fix_pages_access_level.rb', line 9 def build_full_path if parent && path parent.build_full_path + '/' + path else path end end |