lib/thomler.rb in thomler-0.1.1 vs lib/thomler.rb in thomler-0.1.2
- old
+ new
@@ -1,6 +1,7 @@
require "thomler/version"
require "thomler/array"
+require "thomler/routing"
module Thomler
class Application
def call env
klass, act = get_controller_and_action(env)