From f970cf5e7c2c68e51e886e77278e328d4d353e46 Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Tue, 17 Sep 2013 13:51:00 +0100 Subject: Remove demo customizations --- lib/controller_patches.rb | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'lib/controller_patches.rb') diff --git a/lib/controller_patches.rb b/lib/controller_patches.rb index 9959f86..8695d30 100644 --- a/lib/controller_patches.rb +++ b/lib/controller_patches.rb @@ -5,14 +5,4 @@ # See http://stackoverflow.com/questions/7072758/plugin-not-reloading-in-development-mode # Rails.configuration.to_prepare do - # Example adding an instance variable to the frontpage controller - GeneralController.class_eval do - def mycontroller - @say_something = "Greetings friend" - end - end - HelpController.class_eval do - def help_out - end - end end -- cgit v1.2.3