Almost usable, still a lot of work left

-Moved bikes to User model instead of profile
-User can copy user log to a bike log with new actsasloggable
-Added user stats
-some css was messing up checkboxes, need to figure out which stylesheet was doing that
This commit is contained in:
Jason Denney
2012-12-31 15:38:34 -05:00
parent 922af526c1
commit 189137ba9d
15 changed files with 117 additions and 17 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ class Users < Netzke::Basepack::Grid
:last_name,
:nickname,
:email,
:user_role__role
:user_role__role,
:bike__serial_number
]
end