<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Netmojo Systems &#187; has_many-:through</title>
	<atom:link href="http://www.netmojo.ca/tag/has_many-through/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.netmojo.ca</link>
	<description>Apple Certified Mac Consulting</description>
	<lastBuildDate>Wed, 11 Jan 2012 02:57:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Ruby on Rails has_many :through NameError: uninitialized constant</title>
		<link>http://www.netmojo.ca/2008/03/10/ruby-on-rails-has_many-through-nameerror-uninitialized-constant/</link>
		<comments>http://www.netmojo.ca/2008/03/10/ruby-on-rails-has_many-through-nameerror-uninitialized-constant/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 00:40:35 +0000</pubDate>
		<dc:creator>Brent Kearney</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[has_many-:through]]></category>

		<guid isPermaLink="false">http://www.netmojo.ca/blog/2008/03/10/ruby-on-rails-has_many-through-nameerror-uninitialized-constant/</guid>
		<description><![CDATA[Are you getting the error message, &#8220;NameError: uninitialized constant&#8221; from Rails? I was too, and the solution was a simple change to my models. I have two models with &#8220;has_many :through&#8221;, for my &#8220;events&#8221; and &#8220;people&#8221; tables: class Event < ActiveRecord::Base has_many :memberships has_many :people, :through => :memberships end And: class Person < ActiveRecord::Base has_many [...]]]></description>
		<wfw:commentRss>http://www.netmojo.ca/2008/03/10/ruby-on-rails-has_many-through-nameerror-uninitialized-constant/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
	</channel>
</rss>

