Sha256: a077dd5d692b7d0c1da263598a0b0e12010d449ced75fd7f65485d57771d2817

Contents?: true

Size: 218 Bytes

Versions: 5

Compression:

Stored size: 218 Bytes

Contents

namespace :bigbluebutton_rails do
  namespace :recordings do
    desc "Fetch recordings in all servers"
    task :update => :environment do
      BigbluebuttonRails::BackgroundTasks.update_recordings
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bigbluebutton_rails-3.0.0 lib/tasks/bigbluebutton_rails/recordings.rake
bigbluebutton_rails-2.3.0 lib/tasks/bigbluebutton_rails/recordings.rake
bigbluebutton_rails-2.2.0 lib/tasks/bigbluebutton_rails/recordings.rake
bigbluebutton_rails-2.1.0 lib/tasks/bigbluebutton_rails/recordings.rake
bigbluebutton_rails-2.0.0 lib/tasks/bigbluebutton_rails/recordings.rake