app/controllers/home_controller.rb in rails-brochure-0.3 vs app/controllers/home_controller.rb in rails-brochure-0.4

- old
+ new

@@ -2,9 +2,6 @@ def four_zero_four render 'four_zero_four', status: 404 end - def method_missing - raise "Hello" - end end