You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/models/organisation.rb
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ class Organisation < ApplicationRecord
9
9
has_rich_text:description
10
10
11
11
SPECIAL_SCHOOL_TYPES=["Community special school","Foundation special school","Non-maintained special school","Academy special converter","Academy special sponsor led","Free schools special"].freeze
12
-
NON_FAITH_RELIGIOUS_CHARACTER_TYPES=["","None","Does not apply","null"].freeze
12
+
NON_FAITH_RELIGIOUS_CHARACTER_TYPES=["None","Does not apply"].freeze
13
13
OUT_OF_SCOPE_DETAILED_SCHOOL_TYPES=["Further education","Other independent school","Miscellaneous","Special post 16 institution","Other independent special school","Higher education institutions","Welsh establishment"].freeze
0 commit comments