I'm trying to create Anchor tags using values in my DB for the name. That way it's easy for me to call them from another page.
<a name="<%= sailing_class.sort_order %>"</a>
But the value from sailing_class.sort_order never appears.
All help is greatly appreciated. I'm on Rails 3.2