"cached" now "chached"
This commit is contained in:
Craig P Jolicoeur 2013-11-27 10:31:54 -05:00
parent 8934055aec
commit b79fa6736f

View File

@ -174,7 +174,7 @@ snippet ana
accepts_nested_attributes_for :${0:association}
# ivc == instance variable cache
snippet ivc
@${1:variable_name} ||= ${0:chached_value}
@${1:variable_name} ||= ${0:cached_value}
# include Enumerable
snippet Enum
include Enumerable