We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Hi, I have the same issue. It seems as though its not loading the views correctly. Have you found a solution yet?
Thanks Justin
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: