Share Models between 2 Rails API's (Separate Applications)

前端 未结 5 793
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-29 05:24

I\'m currently building 2 API\'s using Ruby on Rails. One if for reading (finding objects, querying) and the other one is for actually writing to it, involving a kind of com

5条回答
  •  感情败类
    2020-12-29 05:55

    You could try git submodule for that job.

    http://git-scm.com/book/en/Git-Tools-Submodules

提交回复
热议问题