Skip to content

Commit

Permalink
make it Rails 2.x compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay authored and maxdemarzi committed Feb 9, 2012
1 parent 46d035f commit 485e77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/neography.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def find_and_require_user_defined_code
require 'neography/node'
require 'neography/relationship'

require 'neography/railtie' if defined? Rails
require 'neography/railtie' if defined? Rails::Railtie

find_and_require_user_defined_code

0 comments on commit 485e77f

Please sign in to comment.