Skip to content

Commit

Permalink
Moved generator to where Rails 3.1 expects it to be.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Oct 30, 2011
1 parent 9787a2f commit dc3b66b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/refinerycms-search.rb
@@ -1,5 +1,5 @@
module Refinery
autoload :SearchGenerator, File.expand_path('../generators/search_generator', __FILE__)
autoload :SearchGenerator, File.expand_path('../generators/refinery/search_generator', __FILE__)

module Search
class Engine < Rails::Engine
Expand Down

0 comments on commit dc3b66b

Please sign in to comment.