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:
614f88692b
Branches
Tags
×
dev
dmpopidor
/
app
/
models
/ note.rb
xsrust
on 30 Nov 2016
80 bytes
updated code to write user-generated content (answers/notes)
Raw
Blame
History
class Note < ActiveRecord::Base belongs_to :new_answer belongs_to :user end