Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Jul 27, 2013
1 parent 8a475f1 commit d11e08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/neography/railtie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Railtie < Rails::Railtie
# See: http://api.rubyonrails.org/classes/Rails/Railtie.html
initializer 'neography.configure' do
# Provides a hook so people implementing the gem can do this in a railtie of their own:
# initializer "my_thing.neography_initialization", before: 'neography_railtie.configure_rails_initialization' do
# initializer "my_thing.neography_initialization", before: 'neography.configure' do
# require 'my_thing/neography'
# end
end
Expand Down

0 comments on commit d11e08f

Please sign in to comment.