1. 首页
  2. 考试认证
  3. 其它
  4. Courier 用于将JSON资源同步到核心数据的Rubymotion包装器

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

上传者: 2024-08-24 15:53:45上传 ZIP文件 182.85KB 热度 2次
信使用于将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
用户评论