class Verse::Auth::User

Public Instance Methods

form_attributes() click to toggle source
# File lib/verse/auth/user.rb, line 6
def form_attributes
  [:name, :username, :email, :password, :password_confirmation]
end