Re: [Rails] extending activeRecord with activeResource

2016-03-03 Thread Colin Law
On 3 March 2016 at 20:25, Zdravko Balorda wrote: > How to extend ActiveRecord from database with additional columns from > ActiveResource? > I have an ActiveRecord class Person which I need to extend with columns > from remote database which I can access with ActiveResource class Party. > Can Part

[Rails] extending activeRecord with activeResource

2016-03-03 Thread Zdravko Balorda
How to extend ActiveRecord from database with additional columns from ActiveResource? I have an ActiveRecord class Person which I need to extend with columns from remote database which I can access with ActiveResource class Party. Can Party be seemlessly integrated into Person? Regards, Zdravko --