Merge pull request #295 from cpjolicoeur/patch-1

Fix typo
This commit is contained in:
Iuri Fernandes 2013-11-27 09:00:31 -08:00
commit 80eae35663

View File

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