Use version of action_push_native with proper config paths support
See https://github.com/rails/action_push_native/pull/89 Now we can delete the OSS version of `config/push.yml`, no longer needed.
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
<% if Fizzy.saas? %>
|
||||
<%= ERB.new(File.read(Rails.root.join("saas/config/push.yml"))).result %>
|
||||
<% else %>
|
||||
shared:
|
||||
apple: {}
|
||||
google: {}
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user