issues
search
DroptuneHQ
/
droptune-og
New music notifications for Spotify & Apple Music. Follow your favorite artists so you never miss a beat.
https://droptune.co
MIT License
93
stars
16
forks
source link
Clean up Controllers with Scopes
#79
Closed
bsharpe
closed
5 years ago
bsharpe
commented
5 years ago
refactor Albums & Artists controllers to use scopes as reusable components of a query
centralizes the logic
easier to read what's going on in the controller
moved some query logic in
artists#show
to the controller and out of the view itself
artists#show
to the controller and out of the view itself