Skip to content

Commit

Permalink
Merge branch 'admin-users-list'
Browse files Browse the repository at this point in the history
  • Loading branch information
kip9 committed Mar 11, 2014
2 parents b4d7bfe + 9039aa9 commit 046802e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion application/models/users_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ class Users_model extends Plain_Model
'email' => 'Email',
'customer_id' => 'Stripe Customer ID',
'active' => 'Active',
'created_on' => 'Registered On',
'admin' => 'Admin',
'plan_id' => 'Stripe plan id',
'created_on' => 'Registered On',
'last_updated' => 'Last Updated'
);

Expand Down

0 comments on commit 046802e

Please sign in to comment.