Add task template

This commit is contained in:
Eric 2020-05-01 13:04:03 -05:00
parent a9e6387b3a
commit c524fcf3c7

View file

@ -0,0 +1,11 @@
# frozen_string_literal: true
# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later
namespace :<%= file_name %> do
<% actions.each do |action| -%>
desc "TODO"
task <%= action %>: :environment do
end
<% end -%>
end