We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f64e1 commit dfceb2fCopy full SHA for dfceb2f
lib/tasks/fetch_news.rake
@@ -18,7 +18,7 @@ namespace :news do
18
[ Rails.root.join('spec', 'fixtures', 'sample_news.rss').to_s ]
19
else
20
[
21
- 'https://coderdojo.jp/feed',
+ 'https://coderdojo.jp/#news',
22
# 必要に応じて他 Dojo の RSS もここに追加可能
23
# 'https://coderdojotokyo.org/feed',
24
]
0 commit comments