This website requires JavaScript.
Explore
Help
Sign In
mmoser
/
skill-assessment-app
Watch
1
Star
0
Fork
0
You've already forked skill-assessment-app
Code
Issues
Pull Requests
Releases
Wiki
Activity
10d69f3664
skill-assessment-app
/
app
/
models
/
quiz.rb
5 lines
101 B
Ruby
Raw
Normal View
History
Unescape
Escape
models and fixtures and seeds
2016-07-26 17:00:00 -05:00
class
Quiz
<
ApplicationRecord
summary roughed in
2016-07-28 20:54:08 -05:00
has_many
:questions
,
-
>
{
order
(
:sort
)
}
big start on QuizStatus
2016-07-27 11:17:50 -05:00
has_many
:candidates
models and fixtures and seeds
2016-07-26 17:00:00 -05:00
end
Reference in New Issue
Copy Permalink