aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/controller_patches.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/controller_patches.rb b/lib/controller_patches.rb
index b512fa7..9959f86 100644
--- a/lib/controller_patches.rb
+++ b/lib/controller_patches.rb
@@ -11,4 +11,8 @@ Rails.configuration.to_prepare do
@say_something = "Greetings friend"
end
end
+ HelpController.class_eval do
+ def help_out
+ end
+ end
end