ActiveRecord Newbie!
2006-Jan-19 20:40 UTC
[Rails] Activerecord | Understanding associations
I have 3 tables
feeditems{
id,
feedname,
timestamp
}
tags{
id,
name,
feeds_id
}
how do I retrive the last 10 feeditem entries and its tags? I know this
is simple but am all confused. Any help is greatly appreciated.
Thanks!
Newbie!
--
Posted via http://www.ruby-forum.com/.
