Courier:用于将 JSON 资源同步到核心数据的 Rubymotion 包装器

时间:2024-07-27 20:03:40
【文件属性】:

文件名称:Courier:用于将 JSON 资源同步到核心数据的 Rubymotion 包装器

文件大小:183KB

文件格式:ZIP

更新时间:2024-07-27 20:03:40

Ruby

信使 用于将 JSON 资源同步到核心数据的 Rubymotion 包装器。 -- ###Setup Gemfile gem 'afmotion' gem 'motion-courier' , '~>0.5.2' , git : 'https://github.com/pachun/Courier' bundle exec rake pod:install bundle -- ###Models 快速 class League < Courier :: Base has_many :teams , as : :teams , on_delete : :cascade , inverse_name : :league has_many :players , through : [ :teams , :players ] attr_accessor :unpersis


网友评论