Skip to content

Instantly share code, notes, and snippets.

@yo-iida
Created May 29, 2015 07:11
Show Gist options
  • Save yo-iida/bb98b5ddb0e0f770797e to your computer and use it in GitHub Desktop.
Save yo-iida/bb98b5ddb0e0f770797e to your computer and use it in GitHub Desktop.
configのi18nからjsにデータを引き渡す
<%= javascript_tag do %>
window.obj = <%= raw t('common.obj').to_json %>;
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment