Class: Play::Views::Profile
- Defined in:
- lib/play/views/profile.rb
Instance Method Summary collapse
Methods inherited from Layout
Instance Method Details
#title ⇒ Object
4 5 6 |
# File 'lib/play/views/profile.rb', line 4 def title @user ? @user.name : "Profile" end |