cirandas.net

ref: master

plugins/payments/lib/ext/profile.rb


1
2
3
4
5
6
7
8
9
require_dependency 'profile'

class Profile

  attr_accessible :payment_method_ids

  has_and_belongs_to_many :payment_methods, class_name: "PaymentsPlugin::PaymentMethod"

end