spec/dummy/app/helpers/application_helper.rb in stache-0.2.2 vs spec/dummy/app/helpers/application_helper.rb in stache-0.9.0
- old
+ new
@@ -1,4 +1,8 @@
module ApplicationHelper
+
+ def capitalize string
+ string.capitalize if string
+ end
end