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
6187cb0b6c
Retrospring
/
app
/
models
/
announcement.rb
4 lines
62 B
Ruby
Raw
Normal View
History
Unescape
Escape
Create Announcement model & controller
2020-04-19 12:12:22 -07:00
class
Announcement
<
ApplicationRecord
Implement creation of announcements
2020-04-19 12:34:48 -07:00
belongs_to
:user
Create Announcement model & controller
2020-04-19 12:12:22 -07:00
end