Skip to content

Instantly share code, notes, and snippets.

@fernandomm
Last active August 29, 2015 13:56
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 fernandomm/8850822 to your computer and use it in GitHub Desktop.
Save fernandomm/8850822 to your computer and use it in GitHub Desktop.
If for some reason you cannot inherit from InheritedResources::Base, you can call inherit_resources in your controller class scope:
class AccountsController < AnotherController
inherit_resources
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment