]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/language.rb
Added more non-ascii chars to validation (matching list of chars in other models)
[rails.git] / app / models / language.rb
index 776182e6376c90e8be6224e3fcd9a580f0c26e9b..67e98569bbf14315099efb4b79d40dc7ef32e2ad 100644 (file)
@@ -1,3 +1,12 @@
+# == Schema Information
+#
+# Table name: languages
+#
+#  code         :string           not null, primary key
+#  english_name :string           not null
+#  native_name  :string
+#
+
 class Language < ActiveRecord::Base
   self.primary_key = "code"