Sha256: 36c878dd309cfe69ced9c4ed55ab0544d95c35aac389535cbd6aa0e19b66febd

Contents?: true

Size: 121 Bytes

Versions: 1

Compression:

Stored size: 121 Bytes

Contents

module Catarse
class PaymentNotification < ActiveRecord::Base
  belongs_to :backer
  serialize :extra_data, JSON
end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
catarse_core-1.0.0.beta app/models/catarse/payment_notification.rb