Sha256: ce12c03cfdd79f3933815199ff15a9d38a3faf2ffc6e3f2dbc81d78fa6d2fb95
Contents?: true
Size: 249 Bytes
Versions: 1
Compression:
Stored size: 249 Bytes
Contents
module JsonApiClient module Links extend ActiveSupport::Concern included do attr_accessor :links initialize do |obj, params| links = params.delete(:links) obj.links = links if links end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
json_api_client-0.0.3 | lib/json_api_client/links.rb |