OSDN Git Service

rake annotate_models
authorokimoto <okimoto@good-day.co.jp>
Mon, 15 Mar 2010 08:21:33 +0000 (17:21 +0900)
committerokimoto <okimoto@good-day.co.jp>
Mon, 15 Mar 2010 08:21:33 +0000 (17:21 +0900)
22 files changed:
app/models/affiliation.rb
app/models/complex_fractional_arithmetic_edit_form.rb
app/models/complex_number_arithmetic_edit_form.rb
app/models/decimal_arithmetic_edit_form.rb
app/models/expansion_edit_form.rb
app/models/factorization_edit_form.rb
app/models/fractional_arithmetic_edit_form.rb
app/models/fractional_expression_arithmetic_edit_form.rb
app/models/learning_result.rb
app/models/linear_function_graph_edit_form.rb
app/models/ordinary_arithmetic_edit_form.rb
app/models/partial_fraction_expansion_edit_form.rb
app/models/problem.rb
app/models/problem_group.rb
app/models/problem_groups_problems.rb
app/models/quadratic_equation_edit_form.rb
app/models/report.rb
app/models/role.rb
app/models/square_root_arithmetic_edit_form.rb
app/models/unit.rb
app/models/user.rb
app/models/user_edit_form.rb

index dcf6095..944acc2 100644 (file)
@@ -1,3 +1,16 @@
+# == Schema Information
+# Schema version: 20100309071953
+#
+# Table name: affiliations
+#
+#  id           :integer       not null, primary key
+#  name         :string(255)   not null
+#  position     :integer
+#  created_at   :datetime
+#  updated_at   :datetime
+#  lock_version :integer       default(0), not null
+#
+
 class Affiliation < ActiveRecord::Base
   acts_as_list
 
index 413cb76..245fe66 100644 (file)
@@ -1,5 +1,5 @@
 # == Schema Information
-# Schema version: 20100224042103
+# Schema version: 20100309071953
 #
 # Table name: active_forms
 #
index c2ec5eb..c002370 100644 (file)
@@ -1,5 +1,5 @@
 # == Schema Information
-# Schema version: 20100224042103
+# Schema version: 20100309071953
 #
 # Table name: active_forms
 #
index c5ceca7..ad4c9b4 100644 (file)
@@ -1,5 +1,5 @@
 # == Schema Information
-# Schema version: 20100224042103
+# Schema version: 20100309071953
 #
 # Table name: active_forms
 #
index 11cbec1..ba6a054 100644 (file)
@@ -1,5 +1,5 @@
 # == Schema Information
-# Schema version: 20100224042103
+# Schema version: 20100309071953
 #
 # Table name: active_forms
 #
index 999c8ec..62a75d0 100644 (file)
@@ -1,5 +1,5 @@
 # == Schema Information
-# Schema version: 20100224042103
+# Schema version: 20100309071953
 #
 # Table name: active_forms
 #
index 253e6f2..167113c 100644 (file)
@@ -1,5 +1,5 @@
 # == Schema Information
-# Schema version: 20100224042103
+# Schema version: 20100309071953
 #
 # Table name: active_forms
 #
index 9a0bc41..949d6ca 100644 (file)
@@ -1,5 +1,5 @@
 # == Schema Information
-# Schema version: 20100224042103
+# Schema version: 20100309071953
 #
 # Table name: active_forms
 #
index 10058d8..b828848 100644 (file)
@@ -1,5 +1,5 @@
 # == Schema Information
-# Schema version: 20100224042103
+# Schema version: 20100309071953
 #
 # Table name: learning_results
 #
index d62c7bc..dea9c8a 100644 (file)
@@ -1,5 +1,5 @@
 # == Schema Information
-# Schema version: 20100224042103
+# Schema version: 20100309071953
 #
 # Table name: active_forms
 #
index 01d18c5..479217b 100644 (file)
@@ -1,5 +1,5 @@
 # == Schema Information
-# Schema version: 20100224042103
+# Schema version: 20100309071953
 #
 # Table name: active_forms
 #
index f37954e..474014c 100644 (file)
@@ -1,5 +1,5 @@
 # == Schema Information
-# Schema version: 20100224042103
+# Schema version: 20100309071953
 #
 # Table name: active_forms
 #
index ab933b2..be97ba6 100644 (file)
@@ -1,5 +1,5 @@
 # == Schema Information
-# Schema version: 20100224042103
+# Schema version: 20100309071953
 #
 # Table name: problems
 #
index f02cacb..0249c00 100644 (file)
@@ -1,5 +1,5 @@
 # == Schema Information
-# Schema version: 20100224042103
+# Schema version: 20100309071953
 #
 # Table name: problem_groups
 #
index 83cca44..62af3f2 100644 (file)
@@ -1,5 +1,5 @@
 # == Schema Information
-# Schema version: 20100224042103
+# Schema version: 20100309071953
 #
 # Table name: problem_groups_problems
 #
index f3c6fc2..608946d 100644 (file)
@@ -1,3 +1,18 @@
+# == Schema Information
+# Schema version: 20100309071953
+#
+# Table name: active_forms
+#
+#  unit_id      :
+#  level        :integer
+#  amount       :integer
+#  lock_version :integer
+#  answer_type  :
+#  r_max        :integer
+#  p_max        :integer
+#  q_max        :integer
+#
+
 class QuadraticEquationEditForm < ActiveForm
   acts_as_problem
 
index bae3db5..418f94d 100644 (file)
@@ -1,5 +1,5 @@
 # == Schema Information
-# Schema version: 20100224042103
+# Schema version: 20100309071953
 #
 # Table name: reports
 #
index 9c21808..d019161 100644 (file)
@@ -1,5 +1,5 @@
 # == Schema Information
-# Schema version: 20100224042103
+# Schema version: 20100309071953
 #
 # Table name: roles
 #
index 00f4ff4..a880a60 100644 (file)
@@ -1,5 +1,5 @@
 # == Schema Information
-# Schema version: 20100224042103
+# Schema version: 20100309071953
 #
 # Table name: active_forms
 #
index 0330941..d64c7de 100644 (file)
@@ -1,5 +1,5 @@
 # == Schema Information
-# Schema version: 20100224042103
+# Schema version: 20100309071953
 #
 # Table name: units
 #
index 25b3837..b77660a 100644 (file)
@@ -1,15 +1,17 @@
 # == Schema Information
-# Schema version: 20100224042103
+# Schema version: 20100309071953
 #
 # Table name: users
 #
-#  id             :integer       not null, primary key
-#  name           :string(200)
-#  email          :string(200)
-#  admission_date :date
-#  created_at     :datetime
-#  updated_at     :datetime
-#  lock_version   :integer       default(0), not null
+#  id                   :integer       not null, primary key
+#  affiliation_id       :integer
+#  matriculation_number :string(100)
+#  name                 :string(200)
+#  email                :string(200)
+#  admission_date       :date
+#  created_at           :datetime
+#  updated_at           :datetime
+#  lock_version         :integer       default(0), not null
 #
 
 class User < ActiveRecord::Base
index 64105ee..ba0edb2 100644 (file)
@@ -1,12 +1,14 @@
 # == Schema Information
-# Schema version: 20100224042103
+# Schema version: 20100309071953
 #
 # Table name: active_forms
 #
-#  name           :
-#  email          :
-#  admission_date :date
-#  lock_version   :integer
+#  affiliation_id       :integer
+#  matriculation_number :
+#  name                 :
+#  email                :
+#  admission_date       :date
+#  lock_version         :integer
 #
 
 class UserEditForm < ActiveForm