Fix coding standards in application files

This commit is contained in:
Thibault Jouan
2015-04-30 08:52:00 +00:00
parent 737ac1f10a
commit 3b733c349e
16 changed files with 34 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
class HomeController < ApplicationController
def index
@playlists = Playlist.all
@tracks = Track.latest
@playlists = Playlist.all
@tracks = Track.latest
end
end