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
/
event.rb
blob: 0377c252193f6aa9f1185e92b69702c80fdcb37d (
plain
)
1
2
3
4
class Event < ActiveRecord::Base belongs_to :agent validates_presence_of :agent end