We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b84606 commit f3e438bCopy full SHA for f3e438b
app/views/about/_elixir_widget_example.erb
@@ -12,7 +12,7 @@
12
'GoogleMap',
13
{
14
opts: {
15
- apiKey: <%= Rails.application.config.secrets.google_maps_api_key %> // Get your own API key!
+ apiKey: '<%= Rails.application.config.secrets.google_maps_api_key %>' // Get your own API key!
16
},
17
params: {
18
country: [<%== t 'developer.gmaps_countries' %>],
0 commit comments