Class: Drupal::User

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

Instance Method Summary collapse

Instance Method Details

#profileObject



31
32
33
# File 'lib/drupal/user.rb', line 31

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