(haml.snippets): add number_to_currency helper snippet
This commit is contained in:
parent
eddf0273c7
commit
4e23383bea
@ -27,4 +27,5 @@ snippet ife
|
|||||||
snippet ifp
|
snippet ifp
|
||||||
- if ${1:condition}.presence?
|
- if ${1:condition}.presence?
|
||||||
${2}
|
${2}
|
||||||
|
snippet ntc
|
||||||
|
= number_to_currency(${1})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user