From: Florian Gilcher Date: 2008-02-28T23:34:01+09:00 Subject: Re: Abstract class Don't think of this as a "true" abstract class. It is a value that ActiveRecord uses to determine whether a child of ActiveRecord::Base is a "true" model (and by that, has a database table attached to it). This is not a language feature. Greetings Skade On Feb 28, 2008, at 11:54 AM, Ayyanar Aswathaman wrote: > How to create the abstract class and abstract method in ruby. > In RAILS active_record::base there is an attribute abstract_class. > How it is related to the ruby abstract class? > -- > Posted via http://www.ruby-forum.com/. >