_Kevin wrote:
> Ianne Leson wrote:
>> DEF.rb:
>> class DefClass < ActiveRecord::Base
>> ......
>> ....
>>
>> Do I missing anything important to create the instance?? Thanks
>>
>> --
>> Posted via http://www.ruby-forum.com/.
>
> Yes, Rails expects the name of the model file to be 'def_class.rb' or
> 'abc_class.rb'.
>
> _Kevin
sorry for my incorrect example, yes, indeed I have followed the rules
of "abc_class.rb for AbcClass instance"