Adding mac history graph

This commit is contained in:
2013-10-26 03:22:03 -07:00
parent d88abe7d32
commit 02b997b838
7 changed files with 198 additions and 35 deletions

View File

@@ -51,6 +51,7 @@ Dooraccess::Application.routes.draw do
match 'macs/scan' => 'macs#scan'
match 'macs/import' => 'macs#import'
match 'macs/history' => 'macs#history'
resources :macs
resources :mac_logs