trabajo-afectivo/config/routes/test.rb

9 lines
177 B
Ruby
Raw Normal View History

2012-11-23 08:36:12 +00:00
module ExtraRoutes
def add(map)
map.match '/test', :to => 'tests#index'
map.match '/test/wait/:sec', :to => 'tests#wait'
end
module_function :add
end