Skip to content

Commit a96f65e

Browse files
committed
Update the number of whole dojos: 1400 -> 1500
> CoderDojo, who recently reached the milestone of having > 1,500 coding clubs in 75 countries worldwide (2017/10/18) cf. Celebrating European Code Week with our 5th Annual EU Dojo https://coderdojo.com/news/2017/10/18/celebrating-european-code-week-with-our-5th-annual-eu-dojo/
1 parent 406a02e commit a96f65e

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 = "75"
3-
NUM_OF_WHOLE_DOJOS = "1,400"
3+
NUM_OF_WHOLE_DOJOS = "1,500"
44
NUM_OF_WHOLE_EVENTS = "1,555"
55
NUM_OF_JAPAN_DOJOS = Dojo.count.to_s
66

0 commit comments

Comments
 (0)