decidim-comments/README.md in decidim-0.0.4 vs decidim-comments/README.md in decidim-0.0.5
- old
+ new
@@ -7,10 +7,10 @@
The Comments component is exposed as a Rails helper:
```ruby
<%= comments_for @commentable %>
```
-
+
In order to use the helper in your templates you need to include the comments helpers in your application helper:
```ruby
include Decidim::Comments::CommentsHelper
```