Sha256: 603d4564f20b761ce4c48b352d0d4c635f17e7d23c240ead0cc410313fb832cf

Contents?: true

Size: 147 Bytes

Versions: 10

Compression:

Stored size: 147 Bytes

Contents

module Commenteux
  module NotesHelper

    def user_lookup(user_id)
      if user_id
        User.find(user_id).name
      end
    end

  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
commenteux-1.1.2 app/helpers/commenteux/notes_helper.rb
commenteux-1.1.1 app/helpers/commenteux/notes_helper.rb
commenteux-1.1.0 app/helpers/commenteux/notes_helper.rb
commenteux-1.0.6 app/helpers/commenteux/notes_helper.rb
commenteux-1.0.5 app/helpers/commenteux/notes_helper.rb
commenteux-1.0.4 app/helpers/commenteux/notes_helper.rb
commenteux-1.0.3 app/helpers/commenteux/notes_helper.rb
commenteux-1.0.2 app/helpers/commenteux/notes_helper.rb
commenteux-1.0.1 app/helpers/commenteux/notes_helper.rb
commenteux-1.0.0 app/helpers/commenteux/notes_helper.rb