Listing 23.15. Reguły translacji adresów frontend
index:
  url:   /index.html
  param: { module: glowny, action: index }

homepage:
  url:   /
  param: { module: glowny, action: index }

module_index:
  url:   /:module/index.html
  param: { action: index }

module_show:
  url:   /:module/:slug.html
  param: { action: show }

default_index:
  url:   /:module
  param: { action: index }

default:
  url:   /:module/:action/*