I am trying to interpolate some ruby code within a tag at the bottom of my html.erb file. For some reason, the first example (ending in company_email), works just like a charm while the second, for some unknown reason, returns the string {@custom_landing_page_company.name}. Can anyone explain why the same method of interpolation works in one case and not the other? Thank you.I am trying to interpolate some ruby code withi