A website template with lots of features, built with ruby on rails.

sessions_controller.rb 159B

    class Users::SessionsController < Devise::SessionsController layout 'auth' # def new # super # end # def create # super # end end