Class: Drupal::User

Inherits:
Object
  • Object
show all
Defined in:
lib/drupal/user.rb

Instance Method Summary collapse

Instance Method Details

#profileObject



19
20
21
# File 'lib/drupal/user.rb', line 19

def profile
  Drupal::Node.first :type => 'profile', :uid => uid
end