active_record-events 1.1.0 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +0,0 @@
1
- class User < ActiveRecord::Base
2
- has_event :confirm, subject: :email
3
- end
@@ -1,9 +0,0 @@
1
- class CreateUsers < ActiveRecord::Migration
2
- def change
3
- create_table :users do |t|
4
- t.datetime :email_confirmed_at
5
-
6
- t.timestamps null: false
7
- end
8
- end
9
- end
Binary file