Skip to content

Commit

Permalink
Railties are best namespaced inside the gem's namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Jan 18, 2013
1 parent 56384b5 commit f9804f5
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions lib/neography/railtie.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
require 'rails'

class Railtie < Rails::Railtie
module Neography
class Railtie < Rails::Railtie

rake_tasks do
load "neography/tasks.rb"
end
end
rake_tasks do
load "neography/tasks.rb"
end
end
end

0 comments on commit f9804f5

Please sign in to comment.