aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/plugin/templates/tasks/%file_name%_tasks.rake.tt
blob: 72920a9d3a311b564335f39ae59424195bd4d0a0 (plain) (blame)
1
2
3
4
# desc "Explaining what the task does"
# task :<%= file_name %> do
#   # Task goes here
# end