rubymonsters / text-to-squares

Railsgirls Berlin Learning Group Project
13 stars 14 forks source link

helper method for current user equals text user #147

Closed tyranja closed 11 years ago

tyranja commented 11 years ago

yeah, wrote a helper method for this:

if (current_user && text.user && current_user.id == text.user.id)

now, its not in the view anymore.

And I know why there is a filde named helpers.