GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
2
Pull requests
Labels
Priorities
Milestones
Wiki
Commit Graphs
Kanban
Build
Network
Mirrors
Gantt Chart
Fork
: 0
opidor
/
dmpopidor
Transfer to URL with SHA
Find file
Newer
Older
tree:
936c910cfe
Branches
Tags
×
dev
dmpopidor
/
app
/
models
/ file_upload.rb
xsrust
on 8 Dec 2016
93 bytes
began changing models to reflect the new model names and relationships, additionally deleting some old/unused models which no longer apply in the new schema.
Raw
Blame
History
class FileUpload < ActiveRecord::Base ## # Associations belongs_to :file_type end