Class: Drupal::User

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

Instance Method Summary collapse

Instance Method Details

#profileObject



25
26
27
# File 'lib/drupal/user.rb', line 25

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