Sha256: 5d53462b82fe0cb25c200efe21284edc3b2aa4f81f04ba28fabfdb0c7fa56d95
Contents?: true
Size: 269 Bytes
Versions: 2
Compression:
Stored size: 269 Bytes
Contents
class BigbluebuttonPlaybackFormat < ActiveRecord::Base include ActiveModel::ForbiddenAttributesProtection belongs_to :recording, :class_name => 'BigbluebuttonRecording' validates :recording_id, :presence => true validates :format_type, :presence => true end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bigbluebutton_rails-1.4.0 | app/models/bigbluebutton_playback_format.rb |
bigbluebutton_rails-1.4.0.beta1 | app/models/bigbluebutton_playback_format.rb |