Method: Arena::Channel#contributors

Defined in:
lib/arena/channel.rb

#contributorsObject



42
43
44
# File 'lib/arena/channel.rb', line 42

def contributors
  @contributors ||= contents.collect(&:user).uniq(&:id)
end