ActiveRecord inheritance mapping - Table per subclass?

Hi,

Is there a way to implement table per subclass o per concrete class
strategy
in ActiveRecord?

Thanks.

On 2 Apr 2009, at 14:31, Omar Javier Rodríguez Rodríguez wrote:

Hi,

Is there a way to implement table per subclass o per concrete class
strategy in ActiveRecord?

Set self.abstract_class=true on the parent class ?

Fred