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

Version Path
bigbluebutton_rails-3.0.0 spec/rails_app/app/controllers/my_playback_types_controller.rb
bigbluebutton_rails-2.3.0 spec/rails_app/app/controllers/my_playback_types_controller.rb
bigbluebutton_rails-2.2.0 spec/rails_app/app/controllers/my_playback_types_controller.rb
bigbluebutton_rails-2.1.0 spec/rails_app/app/controllers/my_playback_types_controller.rb
bigbluebutton_rails-2.0.0 spec/rails_app/app/controllers/my_playback_types_controller.rb