search for: pankajbhage

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

2010 Mar 19
3
Ruby on Rails tutorials for beginners are available here
Hello Everyone, I have started my blog at http://railsguru.org. Besides other stuff on Rails, the main focus of the site will be to help beginners to learn Ruby and Rails and build the fundamentals. Regards, Pankaj Bhageria, Tech Lead, Sumeru Software Solutions. http://www.railsguru.org http://www.sumeru.com -- You received this message because you are subscribed to the Google Groups
2009 Jan 29
1
Removing an association from a derived class
I am using single table inheritance. class User < ActiveRecord::Base has_many :abc end class Student < User end The student class should not inherit the has_many :abc relationship. How can we override it? Is there a way to remove an association in the derived class? Pankaj --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to