Skip to content

Commit

Permalink
Rename dependencies.rake to cache_digests.rake
Browse files Browse the repository at this point in the history
As the tasks are related to cache_digests and
as they are already namespaced under cache_digests,
renaming to cache_digests.rake makes it to know
where to find these tasks.
  • Loading branch information
dharamgollapudi committed Mar 9, 2016
1 parent 2506c79 commit 056d0fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionview/lib/action_view/railtie.rb
Expand Up @@ -59,7 +59,7 @@ class Railtie < Rails::Railtie # :nodoc:

rake_tasks do |app|
unless app.config.api_only
load "action_view/tasks/dependencies.rake"
load "action_view/tasks/cache_digests.rake"
end
end
end
Expand Down

0 comments on commit 056d0fd

Please sign in to comment.