This website requires JavaScript.
Explore
Help
Sign In
FreakU
/
Retrospring
Watch
1
Star
0
Fork
You've already forked Retrospring
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
293837984e
Retrospring
/
app
/
models
/
question.rb
5 lines
79 B
Ruby
Raw
Normal View
History
Unescape
Escape
changed a few things
2014-10-27 22:36:38 -07:00
class
Question
<
ActiveRecord
::
Base
belongs_to
:user
implemented "ask your followers"
2014-12-07 11:13:45 -08:00
has_many
:answers
changed a few things
2014-10-27 22:36:38 -07:00
end