Skip to content
Snippets Groups Projects
Commit 4ef47366 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Merge branch 'feature/previous_links' of github.com:noesya/osuny into feature/previous_links

parents 6ae53014 b9ebe894
No related branches found
No related tags found
No related merge requests found
......@@ -124,8 +124,4 @@ class Communication::Website::Category < ApplicationRecord
def inherited_blob_ids
[best_featured_image&.blob_id]
end
def permalink_config_key
:categories
end
end
......@@ -175,8 +175,4 @@ class Communication::Website::Post < ApplicationRecord
end
author.update_and_sync(is_author: true) if author_id
end
def permalink_config_key
:posts
end
end
......@@ -237,8 +237,4 @@ class University::Person < ApplicationRecord
def prepare_name
self.name = to_s
end
def permalink_config_key
:persons
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment