index
:
interviews/malwer.git
cassandra
main
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
models
/
agent.rb
blob: d33a970c29d70ce13d4bd9916c2baf344ebc86fc (
plain
)
1
2
3
class Agent < ActiveRecord::Base has_many :events, dependent: :destroy end