diff options
Diffstat (limited to 'lib/evendoors/space.rb')
-rw-r--r-- | lib/evendoors/space.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/evendoors/space.rb b/lib/evendoors/space.rb index 22b9910..da13065 100644 --- a/lib/evendoors/space.rb +++ b/lib/evendoors/space.rb @@ -8,7 +8,8 @@ module EvenDoors # def initialize n, args={} super n, nil - EvenDoors::Twirl.debug = args[:debug] || false + EvenDoors::Twirl.debug_errors = args[:debug_errors] || false + EvenDoors::Twirl.debug_routing = args[:debug_routing] || false end # def twirl! |