Skip to content

Instantly share code, notes, and snippets.

@Willianvdv
Created March 2, 2014 21:04
Show Gist options
  • Save Willianvdv/9313893 to your computer and use it in GitHub Desktop.
Save Willianvdv/9313893 to your computer and use it in GitHub Desktop.
Spree::Admin::ProductsController.class_eval do
set_callback :load_collection, :after, :show_nothing
private
def show_nothing
@collection = @collection.where '0=1'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment