Skip to content

Commit

Permalink
Merge pull request #13012 from harrigan/master
Browse files Browse the repository at this point in the history
Helper should be a module in Rails guides [ci skip]
  • Loading branch information
senny committed Nov 23, 2013
1 parent adb3fc6 commit 21b8806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/engines.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21b8806

Please sign in to comment.