I am making simple login form with…
if session[:user] = User.authenticate(params[:user][:login],
params[:user][:password])
render :update do |page|
page.redirect :action => ‘index’
end
end
in controller but this doesnt seem to work
I am making simple login form with…
if session[:user] = User.authenticate(params[:user][:login],
params[:user][:password])
render :update do |page|
page.redirect :action => ‘index’
end
end
in controller but this doesnt seem to work
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs