Sha256: 5eeaa1589b84e5609d8628c192c6449005aa98d8a5a240b7ffacb71bca0d8239
Contents?: true
Size: 306 Bytes
Versions: 12
Compression:
Stored size: 306 Bytes
Contents
module Dorsale module CommentsHelper def comment_form_for(commentable) render partial: "dorsale/comments/form", locals: {commentable: commentable} end def comments_for(commentable) render partial: "dorsale/comments/comments", locals: {commentable: commentable} end end end
Version data entries
12 entries across 12 versions & 1 rubygems