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