Skip to content

Commit

Permalink
fix: enable_unfinished_features in ruby template (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
gorjan5sk authored Jul 7, 2021
1 parent 2cb9af3 commit 80d7753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/application/app.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
window._extensions_manager_location = "<%= ENV['EXTENSIONS_MANAGER_LOCATION'] %>";
window._batch_manager_location = "<%= ENV['BATCH_MANAGER_LOCATION'] %>";
window._bugsnag_api_key = "<%= ENV['BUGSNAG_API_KEY'] %>";
window._enable_unfinished_features = "<%= ENV['ENABLE_UNFINISHED_FEATURES'] %>"
window._enable_unfinished_features = "<%= ENV['ENABLE_UNFINISHED_FEATURES'] %>" === 'true';
</script>

<% if Rails.env.development? %>
Expand Down

0 comments on commit 80d7753

Please sign in to comment.