Method: KktShoppe::UsersController#new

Defined in:
app/controllers/kkt_shoppe/users_controller.rb

#newObject



16
17
18
# File 'app/controllers/kkt_shoppe/users_controller.rb', line 16

def new
  @user = KktShoppe::User.new
end