I have simple question. I want to maintain abilities through Database (there are a lot of them and we have to change them frequently) so I've added ActiveRecord::Base inheritance.
This overrides initialize method so object can not be created.
Is there any method to ommit that problem and use Ability as ActiveRecord::Base ?
BR
Dawid