lib/ramaze/dispatcher/action.rb in manveru-ramaze-2008.09 vs lib/ramaze/dispatcher/action.rb in manveru-ramaze-2008.10

- old
+ new

@@ -9,12 +9,12 @@ class Action # The response is passed to each filter by sending .call(response) to it. - FILTER = OrderedSet.new( + FILTER = OrderedSet[ # Ramaze::Tool::Localize, - ) unless defined?(FILTER) + ] unless defined?(FILTER) class << self include Trinity # Takes path, asks Controller to handle it and builds a response on