Class: Debci::User

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

Instance Method Summary collapse

Instance Method Details

#to_strObject



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

def to_str
  # :nodoc:
  username
end