Class: Play::Views::Profile

Inherits:
Layout
  • Object
show all
Defined in:
lib/play/views/profile.rb

Instance Method Summary collapse

Methods inherited from Layout

#login

Instance Method Details

#titleObject



4
5
6
# File 'lib/play/views/profile.rb', line 4

def title
  @user ? @user.name : "Profile"
end