app/models/checkin.rb in enju_circulation-0.1.0.pre7 vs app/models/checkin.rb in enju_circulation-0.1.0.pre8
- old
+ new
@@ -64,17 +64,18 @@
else
nil
end
end
end
+
# == Schema Information
#
# Table name: checkins
#
-# id :integer not null, primary key
-# item_id :integer not null
+# id :integer not null, primary key
+# item_id :integer not null
# librarian_id :integer
# basket_id :integer
-# created_at :datetime not null
-# updated_at :datetime not null
+# created_at :datetime not null
+# updated_at :datetime not null
#