9 lines
98 B
Ruby
9 lines
98 B
Ruby
module CommentsHelper
|
|
def target
|
|
|
|
end
|
|
|
|
def text
|
|
params[:comment][:text]
|
|
end
|
|
end
|