search for: member_properti

Displaying 2 results from an estimated 2 matches for "member_properti".

Did you mean: member_property
2011 Dec 01
2
Association problem
Hi all I am using four models user, member, unit, society I have linked member, unit and society through member_property table user has one to one association with member while all other models have many to many association. How do I link user to member, and user to unit through member i wanted something like <%= @user.member.unit.unit_number %></p> Can someone guide how to
2006 Mar 25
6
Where''s the doc for get(), post(), put(), delete() & head()?
These HTTP Request methods are used for testing. They are discussed in the testing chapter of the Agile Web Development with Rails book, as well as in http://manuals.rubyonrails.com/read/chapter/28#page72 "A Guide to Testing the Rails". I want to set the encoding to multipart for a test I''m writing, but I can''t find any documentation to show me how. Pointing me