#================================================== # Table of Contents #================================================== <% if namespaced? -%> # <%= namespace_human %> # <%= file_name_human %> # Actions # Concerns <%= language %>: views: <%= namespace_table %>: <%= file_name_table %>: #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # Actions #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ actions: # TODO #-------------------------------------------------- todo: "TODO" #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # Concenrs #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ concerns: # TODO #-------------------------------------------------- todo: "TODO" <% else -%> # <%= file_name_human %> # Actions # Concerns <%= language %>: views: <%= file_name_table %>: #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # Actions #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ actions: # TODO #-------------------------------------------------- todo: "TODO" #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # Concenrs #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ concerns: # TODO #-------------------------------------------------- todo: "TODO" <% end -%>