-
Notifications
You must be signed in to change notification settings - Fork 478
Closed
Labels
Stalepre-v10Issue opened prior to release of v10 of libraryIssue opened prior to release of v10 of library
Description
When I make a call such as ShopifyAPI::Collect.create(collect)
or ShopifyAPI::CustomCollection.find(collection.id).update_attributes(published: nil)
and get an error response, I get the following:
NameError (uninitialized constant ActiveResource::Formats::XMLFormat)
Did you mean? ActiveResource::Formats::XmlFormat
This is because my inflections.rb
initializer contains:
ActiveSupport::Inflector.inflections do |inflect|
inflect.acronym "XML"
...
end
The call to ActiveResource should probably insulate itself from local inflection overrides, shouldn't it?
Metadata
Metadata
Assignees
Labels
Stalepre-v10Issue opened prior to release of v10 of libraryIssue opened prior to release of v10 of library