Skip to content

Commit

Permalink
Remove autoloading
Browse files Browse the repository at this point in the history
  • Loading branch information
florentferry committed Feb 13, 2018
1 parent bcdf1b1 commit 939709e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/komponent/railtie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ class Railtie < Rails::Railtie
Dir["#{app.config.komponent.root}/components/**/*.yml"]
)
end

app.config.autoload_paths += [app.config.komponent.root]
end
end
end

0 comments on commit 939709e

Please sign in to comment.