Class: Verse::Auth::User

Inherits:
Core::Person show all
Defined in:
lib/verse/auth/user.rb

Instance Method Summary collapse

Methods inherited from Resource

model_name, #specific

Instance Method Details

#form_attributesObject



6
7
8
# File 'lib/verse/auth/user.rb', line 6

def form_attributes
  [:name, :username, :email, :password, :password_confirmation]
end