Added trackable for sign_in_count, sign_in_at and sign_in_ip.

This commit is contained in:
José Valim
2009-11-24 15:18:42 -02:00
parent 52885725a9
commit f9c5dd6a79
11 changed files with 134 additions and 24 deletions

View File

@@ -0,0 +1,5 @@
require 'test/test_helper'
class TrackableTest < ActiveSupport::TestCase
end