Open jlafourc opened 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
Hi, I have the same issue. It seems as though its not loading the views correctly. Have you found a solution yet?
Thanks Justin
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