Class: Drupal::User
- Inherits:
-
Object
- Object
- Drupal::User
- Defined in:
- lib/drupal/user.rb
Instance Method Summary collapse
Instance Method Details
#profile ⇒ Object
31 32 33 |
# File 'lib/drupal/user.rb', line 31 def profile Drupal::Node.first :type => 'profile', :uid => uid end |