Showing 3 of 3 total issues
Do not introduce global variables. Open
$redis.publish "songs", { song: self }.to_json
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Missing top-level class documentation comment. Open
class PlaylistItem < ActiveRecord::Base
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
$redis.publish "songs", { song: self }.to_json
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks