search for: ensure_authenticated

Displaying 1 result from an estimated 1 matches for "ensure_authenticated".

2008 Mar 30
0
undefined method using ensure_authenticated
I''ve stepped through the basics of setting up facebooker, but I consistently see this message: "undefined local variable or method `ensure_authenticated_to_facebook'' for FacebookController:Class" My controller is defined: << class FacebookController < ApplicationController ensure_authenticated_to_facebook def index @facebook_user = session[:facebook_session].user end end >> I have this route: << map.ro...