rom http:ROM的抽象HTTP适配器 源码
rom-http 用于HTTP适配器。 资源: 安装 将此行添加到您的应用程序的Gemfile中: gem 'rom-http' 然后执行: $ bundle 或自己安装为: $ gem install rom-http 快速开始 require 'rom' class Users < ROM :: Relation [ :http ] schema ( :users ) do attribute :id , ROM :: Types :: Integer attribute :name , ROM :: Types :: String attri
下载地址
用户评论