Profile, , , .. Profile , . cookie . , cookie , ( , !).
, Profile User cookie . User.
Profile , .
, AnonymousProfile Profile ( ) - .
Update:
. before_filter, , , , :
class ApplicationController < ActionController::Base
before_filter :fetch_user_data
def fetch_user_data
@current_user = ...
end
private
def current_profile
@current_user and @current_user.profile
end
end
- :
if current_profile
end
current_profile, , .