ぼざクリタグ広場 https://hub.nizika.monster
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

7 lines
132 B

  1. namespace :post do
  2. desc '投稿同期(ニコニコ以外)'
  3. task sync: :environment do
  4. Youtube::Sync.new.sync!
  5. end
  6. end