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