Sha256: e9af7430f55f6b3591469d6beb31b9cc88d79e5a3e9fffacd38ef79b48a8bf2e
Contents?: true
Size: 164 Bytes
Versions: 5
Compression:
Stored size: 164 Bytes
Contents
class MyPlaybackTypesController < ApplicationController respond_to :html def index respond_with(@playback_types = BigbluebuttonPlaybackType.all) end end
Version data entries
5 entries across 5 versions & 1 rubygems