Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 8fb0c42

Browse files
committed
Use asset_paths instead of paths
1 parent 2987bb4 commit 8fb0c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/task_list/railtie.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def self.asset_paths
1111
if defined? ::Rails::Railtie
1212
class Railtie < ::Rails::Railtie
1313
initializer "task-lists" do |app|
14-
TaskList.paths.each do |path|
14+
TaskList.asset_paths.each do |path|
1515
app.config.assets.paths << path
1616
end
1717
end

0 commit comments

Comments
 (0)