
front and back-end web development, Leeds, UK
Richard's Blog - Design, coding and life in Japan
Get an array of associations for a rails model
Submitted by Richard on Tue, 01/26/2010 - 10:05This one got me stuck as I couldn't see any such methods in the ActiveRecord API, but with a little help from Google Ruby on Rails: Talk group I managed to work it out.
ClassName.reflect_on_all_associations.collect {|assoc| assoc.name}
Easy as that
Tags:
Recent Blog Posts
- Testing controllers in Lithium 2nd Feb 12, 18:19
- Practical Internationalization in Lithium 31st Dec 11, 02:06
- Using OAuth in Lithium 30th Dec 11, 23:47
- How to add your own Tokens from CCK fields in Druapl 7 17th Jun 11, 04:49
- Weaving Lithium #li3 into a legacy PHP application incrementally 5th Oct 10, 11:54