aboutsummaryrefslogtreecommitdiffstats
path: root/lib/controller_patches.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/controller_patches.rb')
-rw-r--r--lib/controller_patches.rb10
1 files changed, 0 insertions, 10 deletions
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