I hate answering my questions, especially considering that you both gave useful answers. I think that answering my question using the approach I took can help others, combined with your answers.
Impressionist Gem ( RailStat) , , Rail MVC . "" , . ( - ), , , , , .
, Devise , Devise:: SessionController @current_member: ( , )
class TestSessionController < Devise::SessionsController
def create
if not @current_member.nil?
impressionist(@current_member)
end
super
end
end
. , , , TestSessionController Devise:
post 'login' => 'test_session#create', :as => :member_session
Devise , Devise, DB . , .
, , ...