Adding activity and form fields for user profiles

This commit is contained in:
2013-08-29 02:27:48 -07:00
parent 37aba522cf
commit 8820dc4986
7 changed files with 71 additions and 11 deletions

View File

@@ -26,6 +26,7 @@ Dooraccess::Application.routes.draw do
end
match 'user_summary/:id' => 'users#user_summary' # User summary view
match 'users/activity' => 'users#activity' # User activity
match 'users/merge' => 'users#merge_view', :via => :get # Merge view
match 'users/merge' => 'users#merge_action', :via => :post # Merge action
match 'users/inactive' => 'users#inactive' # Inactive users report