Skip to content

Instantly share code, notes, and snippets.

@mynameispj
Created June 11, 2013 07:42
Show Gist options
  • Save mynameispj/5755080 to your computer and use it in GitHub Desktop.
Save mynameispj/5755080 to your computer and use it in GitHub Desktop.
Rails - print associated attribute in a View
<%= forecast.project_types.collect { |a| a.title } %>
# a.title will print forecast.project_types.title
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment