Adding pamela but I'm dumb and messed up routing
This commit is contained in:
4
app/models/mac.rb
Normal file
4
app/models/mac.rb
Normal 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
3
app/models/mac_log.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
class MacLog < ActiveRecord::Base
|
||||
attr_accessible :action, :ip, :mac
|
||||
end
|
||||
Reference in New Issue
Block a user