Skip to content

Commit 3cd6523

Browse files
committed
Add raspi_url helper
1 parent 949939c commit 3cd6523

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/helpers/application_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def decadojo_url; 'https://decadojo.coderdojo.jp'; end
9898
def dojocon_url; 'https://dojocon.coderdojo.jp'; end
9999
def dojoletter_url; 'https://news.coderdojo.jp/category/DojoLetterバックナンバー'; end
100100
def foundation_url; 'https://speakerdeck.com/helloworldfoundation'; end
101+
def raspi_url; 'https://www.raspberrypi.org/blog/raspberry-pi-and-coderdojo-join-forces/'; end
101102

102103
def facebook_group_url; 'https://www.facebook.com/groups/coderdojo.jp'; end
103104
def facebook_page_url; 'https://www.facebook.com/coderdojo.jp'; end

0 commit comments

Comments
 (0)