Initial commit

This commit is contained in:
Tore Darell 2008-04-17 11:47:13 +02:00
commit 2ea0ee5b85
12 changed files with 761 additions and 0 deletions

4
init.rb Normal file
View file

@ -0,0 +1,4 @@
require 'javascript_routes'
ActionController::Routing::Routes.load!
JavascriptRoutes.generate(:lite => ENV['ROUTES_JS_LITE'])