diaspora/app/helpers/comments_helper.rb

9 lines
98 B
Ruby

module CommentsHelper
def target
end
def text
params[:comment][:text]
end
end