Skip to content

Instantly share code, notes, and snippets.

@orangeeli
Last active June 20, 2016 08:18
Show Gist options
  • Select an option

  • Save orangeeli/2953d27021520ad08576667761954c64 to your computer and use it in GitHub Desktop.

Select an option

Save orangeeli/2953d27021520ad08576667761954c64 to your computer and use it in GitHub Desktop.
class JungleController < ActionController::Base
before_filter :is_there_a_hunter?
inherit_resources
protected
def is_there_a_hunter?
false
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment