Skip to content

Instantly share code, notes, and snippets.

@wildchild
Created September 5, 2009 15:38
Show Gist options
  • Save wildchild/181443 to your computer and use it in GitHub Desktop.
Save wildchild/181443 to your computer and use it in GitHub Desktop.
if defined?(Rails)
class ActionController::Base
include RailsWarden::Mixins::HelperMethods
include RailsWarden::Mixins::ControllerOnlyMethods
end
module ApplicationHelper
include RailsWarden::Mixins::HelperMethods
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment