module Commenteux module NotesHelper def user_lookup(user_id) if user_id User.find(user_id).name end end end end