lib/generators/locale/view/templates/view.yml in active_generator-4.0.3 vs lib/generators/locale/view/templates/view.yml in active_generator-4.0.4
- old
+ new
@@ -19,20 +19,20 @@
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
actions:
# TODO
#--------------------------------------------------
- todo: 'TODO'
+ todo: "TODO"
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Concenrs
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
concerns:
# TODO
#--------------------------------------------------
- todo: 'TODO'
+ todo: "TODO"
<% else -%>
# <%= file_name_human %>
# Actions
# TODO
# Concerns
@@ -47,16 +47,16 @@
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
actions:
# TODO
#--------------------------------------------------
- todo: 'TODO'
+ todo: "TODO"
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Concenrs
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
concerns:
# TODO
#--------------------------------------------------
- todo: 'TODO'
+ todo: "TODO"
<% end -%>