#================================================== # Table of Contents #================================================== # <%= namespace_human %> <% if namespaced? -%> # <%= file_name_human %> # Actions # Methods <%= language %>: responder_controllers: <%= namespace_table %>: <%= file_name_table %>: # Actions #-------------------------------------------------- actions: todo: "TODO" # Methods #-------------------------------------------------- methods: todo: "TODO" <% else -%> # Actions # Methods <%= language %>: responder_controllers: <%= file_name_table %>: # Actions #-------------------------------------------------- actions: todo: "TODO" # Methods #-------------------------------------------------- methods: todo: "TODO" <% end -%>