diff --git a/snippets/haml.snippets b/snippets/haml.snippets index 939158d..fd66e74 100644 --- a/snippets/haml.snippets +++ b/snippets/haml.snippets @@ -27,4 +27,5 @@ snippet ife snippet ifp - if ${1:condition}.presence? ${2} - +snippet ntc + = number_to_currency(${1})