rails:16
From: Kazuhiro Yoshida <moriq@m...>
Date: Fri, 28 Jan 2005 00:26:02 +0900
Subject: [rails:16] Re: Session (Re: 参加します)
もりきゅうです。 Kazuhiro Yoshida <moriq@m...> wrote: > なので、ログイン機能をこんな感じに書いてみました > (どこかに載ってたのをぱくった): ぱくりの紹介のついでに、ログイン状態の受け側も載せておきます。 controllers/customer_controller.rb: class CustomerController < ApplicationController before_filter :authenticate ... private def authenticate unless @session["shop"] redirect_to :controller => "login", :action => "index" false end end ... false がないと action を実行してしまうので意味がなくなります (はまって悩んだ)。 ---- Kazuhiro Yoshida moriq@m... -- ML: rails@r... 使い方: http://QuickML.com/
12 2005-01-27 16:05 [hoti_jp@y... ] 参加します 13 2005-01-27 16:18 ┗[moriq@m... ] Session (Re: 参加します) -> 16 2005-01-27 16:26 ┣[moriq@m... ] 19 2005-01-27 17:00 ┃┗[inoue@f... ] 18 2005-01-27 16:35 ┗[hoti_jp@y... ]