Skip to content

Instantly share code, notes, and snippets.

@DevGW
Last active March 3, 2023 15:37
Show Gist options
  • Save DevGW/41fac250f7de800493c4b3ebfa905298 to your computer and use it in GitHub Desktop.
Save DevGW/41fac250f7de800493c4b3ebfa905298 to your computer and use it in GitHub Desktop.
Ruby / Rails :: Module Template #hha_ank
### add to config/environments/(development|production).rb
config.autoload_paths << Rails.root.join('modules')
module MODULENAME
def METHODNAME
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment