Adding pamela but I'm dumb and messed up routing

This commit is contained in:
2013-01-31 20:33:40 -07:00
parent 6673573e36
commit a7e999614c
21 changed files with 364 additions and 1 deletions

4
app/models/mac.rb Normal file
View File

@@ -0,0 +1,4 @@
class Mac < ActiveRecord::Base
belongs_to :user
attr_accessible :active, :ip, :mac, :refreshed, :since
end

3
app/models/mac_log.rb Normal file
View File

@@ -0,0 +1,3 @@
class MacLog < ActiveRecord::Base
attr_accessible :action, :ip, :mac
end