File: routes.rb

package info (click to toggle)
ruby-entypo-rails 3.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 508 kB
  • sloc: ruby: 59; sh: 43; makefile: 3
file content (4 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (6)
1
2
3
4
# Enable charmap in development mode, also makes it simpler to test it
Rails.application.routes.draw do
  get 'entypo/charmap', :to => 'entypo/charmap#index' if Entypo.charmap?
end