Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 364 Bytes

phase4.md

File metadata and controls

26 lines (19 loc) · 364 Bytes

Phase 4: Liking and Reblogging Songs (~1 day)

Rails

Models

Like Post

Controllers

LikesController Api::LikesController PostsController Api::PostsController

Views

song_show.jbuilder - add like/post count

Backbone

Models

Song - add like count/current user like boolean

Collections

Views

  • SongIndexItem update

Gems/Libraries