Generate initial models
This commit is contained in:
commit
3e1e5618ca
89 changed files with 2706 additions and 0 deletions
3
app/models/answer.rb
Normal file
3
app/models/answer.rb
Normal file
|
@ -0,0 +1,3 @@
|
|||
class Answer < ApplicationRecord
|
||||
belongs_to :question
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue