Skip to content

Instantly share code, notes, and snippets.

@bradediger
Last active December 12, 2015 00:29
Show Gist options
  • Save bradediger/4684255 to your computer and use it in GitHub Desktop.
Save bradediger/4684255 to your computer and use it in GitHub Desktop.
module PatientHelpers
include ActionController::Base.helpers
include Haml::Helpers
init_haml_helpers
end
def h
h ||= Object.new.extend(PatientHelpers)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment