OSDN Git Service

Format JSON
authoreagletmt <eagletmt@gmail.com>
Wed, 25 Jul 2012 18:30:24 +0000 (03:30 +0900)
committereagletmt <eagletmt@gmail.com>
Wed, 25 Jul 2012 18:30:24 +0000 (03:30 +0900)
CutenServer/app/models/user.rb

index 5b5624b..317382c 100644 (file)
@@ -9,4 +9,6 @@ class User < ActiveRecord::Base
   attr_accessible :email, :password, :password_confirmation, :remember_me
   attr_accessible :student_number
   # attr_accessible :title, :body
+
+  include JsonWithoutTimestamps
 end