Skip to content

Instantly share code, notes, and snippets.

@vilusa
Created August 26, 2020 09:39
Show Gist options
  • Save vilusa/b1d54803fe5a948593742adc5f9698e1 to your computer and use it in GitHub Desktop.
Save vilusa/b1d54803fe5a948593742adc5f9698e1 to your computer and use it in GitHub Desktop.
en:
activemodel:
errors:
models:
profiles/address/edit:
format: "%{message} %{attribute}"
blank: Please enter the
module Rails
class Application < Rails::Application
# Active::Model Configuration
config.active_model.i18n_customize_full_message = true
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment