Sha256: a9c8e1bf21c502d70384446f2a3b7a40c341ebcedbd2ad9a29f23d26b103aaa8
Contents?: true
Size: 437 Bytes
Versions: 6
Compression:
Stored size: 437 Bytes
Contents
module Enjoy::Goto module Models module Mongoid module Transfer extend ActiveSupport::Concern include ::Mongoid::Userstamp included do field :recieved_url, type: String field :url, type: String field :host, type: String field :referer, type: String field :source_ip, type: String end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems