Sha256: 5d91f3de4d19795122e43ab253288e647dc3c1724818ffba406c4f6dfd84a72b

Contents?: true

Size: 556 Bytes

Versions: 3

Compression:

Stored size: 556 Bytes

Contents

################
# # Place your application routes here.
# #
# # Add your routes and controllers by order of priority.

# # I18n re-write, i.e.: `/en/home` will be rewriten as `/home`, while setting params['locale'] to "en"
# Plezi.route "/:locale" , /^(#{I18n.available_locales.join "|"})$/ if defined? I18n

# # Response format re-write, i.e.: `/xml/home` will use .xml templates automatically
# # with :locale a request might look like `/en/json/...`
# Plezi.route "/:format" , /^(html|json|xml)$/

# The root Controller
Plezi.route '/', RootController

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
plezi-0.14.2 resources/routes.rb
plezi-0.14.1 resources/routes.rb
plezi-0.14.0 resources/routes.rb