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

test

parent bc98b4df
No related branches found
No related tags found
No related merge requests found
class Communication::Website::Permalink::Program < Communication::Website::Permalink
def self.required_in_config?(website)
website.has_education_programs?
end
def self.static_config_key
:programs
end
# /formations/:slug/
def self.pattern_in_website(website)
"#{website.special_page(:education_programs).path_without_language}:slug/"
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