Class: Debci::User

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/debci/user.rb

Instance Method Summary collapse

Instance Method Details

#to_strObject



10
11
12
13
# File 'lib/debci/user.rb', line 10

def to_str
  # :nodoc:
  username
end