AutoCommit Sam Aug 1 11:03:01 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-08-01 11:03:01 +02:00
parent d5571b38fa
commit a079a88dbc
4 changed files with 25 additions and 1 deletions

View File

@@ -1,2 +1,9 @@
module CommentsHelper
def wrapid_for(o)
divid_for(o,"comments")
end
def render_comments_for(o)
end
end