projects
/
cs356-p2-videostore.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Many visual tweaks, suggested by Lan
[cs356-p2-videostore.git]
/
app
/
models
/
media.rb
1
class Media < ActiveRecord::Base
2
belongs_to :video
3
4
validates_presence_of :name
5
end