aboutsummaryrefslogtreecommitdiff
path: root/shardweb/lib/shard_web/views/room_view.ex
blob: b2d7ebe57f1009295050dacaba9fd4024ecef96f (plain) (blame)
1
2
3
4
5
6
7
defmodule ShardWeb.RoomView do
  use ShardWeb, :view
  
  def shard_list do
    :ets.tab2list(:shard_db)
  end
end