[Rails] Re: Model using external data source?

2012-09-27 Thread Zhongjie Wu
Great. Thanks for pointing it out. On Tuesday, September 25, 2012 11:53:15 PM UTC-7, David Paschich wrote: On Tuesday, September 25, 2012 1:08:46 AM UTC-7, Zhongjie Wu wrote: Hi, I am writing a management system and one of the datasource is external(read-only) and I need to use REST API

[Rails] Re: Model using external data source?

2012-09-26 Thread David Paschich
On Tuesday, September 25, 2012 1:08:46 AM UTC-7, Zhongjie Wu wrote: Hi, I am writing a management system and one of the datasource is external(read-only) and I need to use REST API to access them. Can I just reuse the Model part of MVC but override those database access methods to do