Is there any way to make my custom rake tasks only listed in development
environment but not in production
and QA
?
I mean, when I invoke bundle exec rake -T
in qa
or production
env, it should not list my custom rake tasks
but it should in development
.