Skip to content

Commit

Permalink
Tell engine to use isolated_namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
hermesdt committed Jan 23, 2012
1 parent c537288 commit 3a5b2b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/tolk/engine.rb
@@ -1,7 +1,6 @@
require 'rails'

module Tolk module Tolk
class Engine < Rails::Engine class Engine < Rails::Engine
engine_name :tolk engine_name :tolk
isolate_namespace(Tolk)
end end
end end

0 comments on commit 3a5b2b3

Please sign in to comment.