Skip to content

Instantly share code, notes, and snippets.

@lucasprag
Created September 16, 2017 16:19
Show Gist options
  • Save lucasprag/84c6c01c1254a3a349dab630f5328345 to your computer and use it in GitHub Desktop.
Save lucasprag/84c6c01c1254a3a349dab630f5328345 to your computer and use it in GitHub Desktop.
module MeuSite
class Application < Rails::Application
# ...
config.middleware.use = HelloHeader
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment