Skip to content

Instantly share code, notes, and snippets.

@ppworks
Created August 13, 2012 04:06
Show Gist options
  • Save ppworks/3336860 to your computer and use it in GitHub Desktop.
Save ppworks/3336860 to your computer and use it in GitHub Desktop.
controller module
module Modules::Groups
def self.included base
if true
base.skip_filter
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment