Skip to content

Commit 58540eb

Browse files
committed
Update worldwide number of dojos/countries:
cf. RASPBERRY PI AND CODERDOJO JOIN FORCES https://www.raspberrypi.org/blog/raspberry-pi-and-coderdojo-join-forces/ Posted by Philip Colligan, CEO, Raspberry Pi Foundation 26th May 2017 at 7:00 am
1 parent 626b289 commit 58540eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/dojo.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class Dojo < ApplicationRecord
22
NUM_OF_COUNTRIES = "69"
3-
NUM_OF_WHOLE_DOJOS = "1,200"
3+
NUM_OF_WHOLE_DOJOS = "1,250"
44
NUM_OF_JAPAN_DOJOS = Dojo.count.to_s
55

66
serialize :tags

0 commit comments

Comments
 (0)