Skip to content

Instantly share code, notes, and snippets.

@markbates
Created August 23, 2008 03:34
Show Gist options
  • Select an option

  • Save markbates/6894 to your computer and use it in GitHub Desktop.

Select an option

Save markbates/6894 to your computer and use it in GitHub Desktop.
class Admin::UsersController
include Mack::Controller
end
module Mack
module ControllerHelpers
module Admin
module UsersController
# methods here
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment