core/app/models/gaku/teacher.rb in gaku-0.1.1 vs core/app/models/gaku/teacher.rb in gaku-0.2.0
- old
+ new
@@ -1,9 +1,7 @@
module Gaku
class Teacher < ActiveRecord::Base
-
include Person, Addresses, Contacts, Notes, Picture, Pagination
belongs_to :user
-
end
end