Skip to content

Instantly share code, notes, and snippets.

@hotakasaito
Created February 3, 2015 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hotakasaito/b16df6d9dd6c6d63eee8 to your computer and use it in GitHub Desktop.
Save hotakasaito/b16df6d9dd6c6d63eee8 to your computer and use it in GitHub Desktop.
[Spree] 商品管理のオプションタイプ追加時の不具合 ref: http://qiita.com/hotakasaito/items/d1a24b100a3e384c32df
Spree::Admin::OptionTypesController.class_eval do
def update
Spree::OptionType.skip_callback(:touch, :after, :touch_all_products)
super
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment