From 08c72946c529f4913131d6285b35d4fc3d41673c Mon Sep 17 00:00:00 2001 From: Martin Harrigan Date: Sat, 23 Nov 2013 11:26:17 +0000 Subject: Helper should be a module in Rails guides [ci skip] --- guides/source/engines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/engines.md b/guides/source/engines.md index af48768fe9..2266b1fd7f 100644 --- a/guides/source/engines.md +++ b/guides/source/engines.md @@ -253,7 +253,7 @@ The helper inside `app/helpers/blorgh/posts_helper.rb` is also namespaced: ```ruby module Blorgh - class PostsHelper + module PostsHelper ... end end -- cgit v1.2.3