[FIXED] Syntax error when generating associations from classes inside a module. Eg...
commitd38368e00139a0f24ffd0fd9cc0dc8aeca808267
authorharuki_zaemon <haruki_zaemon@67570413-2614-0410-8c7a-c7689aa8d500>
Wed, 14 Feb 2007 01:13:39 +0000 (14 01:13 +0000)
committerharuki_zaemon <haruki_zaemon@67570413-2614-0410-8c7a-c7689aa8d500>
Wed, 14 Feb 2007 01:13:39 +0000 (14 01:13 +0000)
tree236997088b71d4e77d70d607ca8c4aed7df977d6
parentdc751d1cfac4dd6a648c3a8369329945d7ad4fb7
[FIXED] Syntax error when generating associations from classes inside a module. Eg. CGI::Session::ActiveRecordStore::Session.

git-svn-id: svn://rubyforge.org/var/svn/redhillonrails/trunk@205 67570413-2614-0410-8c7a-c7689aa8d500
app/models/user.rb [new file with mode: 0644]
db/migrate/010_create_users.rb [new file with mode: 0644]
db/migrate/011_create_sessions.rb [new file with mode: 0644]
test/unit/session_test.rb [new file with mode: 0644]
vendor/plugins/foreign_key_associations/CHANGELOG
vendor/plugins/foreign_key_associations/lib/red_hill_consulting/foreign_key_associations/active_record/base.rb