Cross Reference: comments_helper.rb
xref
: /
ontohub
/
app
/
helpers
/
comments_helper.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
comments_helper.rb revision 46dd7ca898be6d5dbdfda64fd90ce01e253c0878
module
CommentsHelper
def
commentable_path
(
comment
)
url_for
([
comment.commentable.repository
,
comment.commentable
, :
comments
])
<<
"#comment_#{
comment.id
}"
end
end