petehamilton / citier

CITIER (Class Inheritance & Table Inheritance Embeddings for Rails) is a solution for simple Multiple Class Inheritance in Rails.
88 stars 24 forks source link

Two level inheritance => fetch issue #62

Open jlafourc opened 12 years ago

jlafourc commented 12 years ago

Hi,

I'm testing the gem so I've created a small project with this :

class Party < ActiveRecord:Base acts_as_citier end

class Person < Party acts_as_citier end

class Structure < Person acts_as_citier end

I wrote the migrations like in the example.

So the test is :

Weird ?

Thanks for help

Julien

justinchoy commented 11 years ago

Hi, I have the same issue. It seems as though its not loading the views correctly. Have you found a solution yet?

Thanks Justin