public
Description: OneBody is web-based software that connects community members, especially churches, on the web.
Homepage: http://beonebody.com
Clone URL: git://github.com/seven1m/onebody.git
Reserve some host names.
Tim Morgan (author)
Tue Aug 05 06:14:00 -0700 2008
commit  78744b9b9f919a7c7f975395f39c7428468fcc3b
tree    b916224a72bcc4ffdecaf1e2718f61c6e18f6341
parent  83b27eba03cce8f001d7b871292e47bb9ac1a512
...
29
30
31
 
32
33
34
...
29
30
31
32
33
34
35
0
@@ -29,6 +29,7 @@ class Site < ActiveRecord::Base
0
   
0
   validates_presence_of :name, :host
0
   validates_uniqueness_of :name, :host
0
+  validates_exclusion_of :host, :in => %w(admin api home onebody)
0
   
0
   def default?
0
     id == 1

Comments