lib/rapid_runty/router/route.rb in rapid_runty-0.1.3 vs lib/rapid_runty/router/route.rb in rapid_runty-0.1.4

- old
+ new

@@ -7,10 +7,10 @@ def initialize(verb, path, options) self.verb = verb self.path = path self.options = options - self.placeholders = nil + self.placeholders = {} end end end end