Skip to content

Commit

Permalink
fixed reqire from rails init.
Browse files Browse the repository at this point in the history
  • Loading branch information
briandunn committed Aug 6, 2009
1 parent d34cfb2 commit 47228b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.rb
@@ -1,2 +1,2 @@
require 'lib/flix4r'
require File.join( File.dirname(__FILE__), 'lib', 'flix4r' )
NetFlix::Credentials.config_file_name = File.join( RAILS_ROOT, 'config', 'netflix.yml' )

0 comments on commit 47228b4

Please sign in to comment.