Class: Play::Views::AlbumSongs
- Defined in:
- lib/play/views/album_songs.rb
Instance Method Summary collapse
Methods inherited from Layout
Instance Method Details
#title ⇒ Object
4 5 6 |
# File 'lib/play/views/album_songs.rb', line 4 def title "#{@artist.name}: #{@album.name}" end |