Avalanche Game prototype. Built with Rails.

registrations_controller.rb 165B

    class users::registrationsController < Devise::registrationsController layout 'auth' # def new # super # end # def create # super # end end