app/helpers/pages_helper.rb in tkh_content-0.1.9.2 vs app/helpers/pages_helper.rb in tkh_content-0.1.9.3
- old
+ new
@@ -1,6 +1,6 @@
module PagesHelper
def tkhed(content)
- content = content.gsub /\(-: contact_us_form :-\)/, render('contacts/form') if content.match(/(-: contact_us_form :-)/)
+ content = content.gsub /\(-: contact_us_form :-\)/, render('contacts/form') if content.match(/\(-: contact_us_form :-\)/)
content
end
end