Skip to content

Instantly share code, notes, and snippets.

@fadhlirahim
Created August 2, 2010 16:00
Show Gist options
  • Save fadhlirahim/504849 to your computer and use it in GitHub Desktop.
Save fadhlirahim/504849 to your computer and use it in GitHub Desktop.
#########################################################
# Facebooker hack. To make authlogic facebook_connect work
# if app is deployed in sub directory. Put it at
# config/initializers/facebooker_hack.rb
#########################################################
Facebooker.module_eval do
def self.path_prefix
'/directory_name'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment