Skip to content

Instantly share code, notes, and snippets.

@bogardpd
Created April 23, 2017 04:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bogardpd/2c354ca6652aed5d74303cf78e991565 to your computer and use it in GitHub Desktop.
Save bogardpd/2c354ca6652aed5d74303cf78e991565 to your computer and use it in GitHub Desktop.
# app/helpers/application_helper.rb
def render_message(type, text)
render partial: "layouts/message", locals: {type: type, text: text}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment