Skip to content

Instantly share code, notes, and snippets.

@markbates
Created August 23, 2008 03:33
Show Gist options
  • Save markbates/6893 to your computer and use it in GitHub Desktop.
Save markbates/6893 to your computer and use it in GitHub Desktop.
class MyController
include Mack::Controller
end
module Mack
module ControllerHelpers
module MyController
# methods here
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment