0

我已集成gem 'activemerchant', '1.50.0'到 rails 4 应用程序中。在其中一堂课中,我包括了ActiveMerchant::Validateable.

class Address
  include ActiveMerchant::Validateable
  attr_accessor :address1, :address2, :city, :state, :zip, :country, :first_name, :last_name, :phone
end

它给了我NameError (uninitialized constant ActiveMerchant::Validateable)错误。这适用于 rails 3.2.13。有没有人遇到过这个问题。

4

0 回答 0