Skip to content
Snippets Groups Projects
permalinks.rb 234 B
Newer Older
pabois's avatar
pabois committed
class Communication::Website::Configs::Permalinks < Communication::Website

  def self.polymorphic_name
    'Communication::Website::Configs::Permalinks'
  end

  def git_path(website)
    "config/_default/permalinks.yaml"
  end

end