Skip to content

Instantly share code, notes, and snippets.

@biagidp
Created December 5, 2013 04:06
Show Gist options
  • Save biagidp/7799920 to your computer and use it in GitHub Desktop.
Save biagidp/7799920 to your computer and use it in GitHub Desktop.
module Spree
class CausesController < Spree::StoreController
def index
@causes = Cause.all
super
end
end
end
Produces:
super: no superclass method `index' for #<Spree::CausesController:0x00000006b47b38>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment