Skip to content

Commit

Permalink
Specify Rails 4 registered engines. Fixes #148.
Browse files Browse the repository at this point in the history
  • Loading branch information
pwim committed Oct 7, 2013
1 parent c52d020 commit 349b687
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/cell/rails4_0_strategy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ module Cells
module Engines
module VersionStrategy
def registered_engines
#::Rails::Railties.engines
[]
::Rails::Engine::Railties.engines
end

def existent_directories_for(path)
Expand Down

0 comments on commit 349b687

Please sign in to comment.