WIP adding user roles view; adding end datetime to user roles

This commit is contained in:
John N. Milner
2013-04-18 22:16:13 -04:00
parent ac9e5718c7
commit a3fcdec10c
10 changed files with 62 additions and 17 deletions
+3 -1
View File
@@ -11,7 +11,7 @@
#
# It's strongly recommended to check this file into your version control system.
ActiveRecord::Schema.define(:version => 20130405012238) do
ActiveRecord::Schema.define(:version => 20130419010051) do
create_table "bike_actions", :force => true do |t|
t.string "action", :limit => 128, :null => false
@@ -152,6 +152,8 @@ ActiveRecord::Schema.define(:version => 20130405012238) do
t.string "role"
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
t.datetime "ends"
t.integer "user_id"
end
create_table "users", :force => true do |t|