README.md in notify_user-0.0.30 vs README.md in notify_user-0.1.1
- old
+ new
@@ -93,10 +93,10 @@
validates :token, presence:true # A string representation of your device's token, the only thing need to delivery push notifications.
end
```
-A gem that provides such a model is [arcade](https://github.com/Papercloud/arcade), a mountable Rails engine that lets you flag a model (e.g. `User`) as a device owner and provides a number of routes to allow device registration.
+A gem that provides such a model is [dre](https://github.com/Papercloud/dre), a mountable Rails engine that lets you flag a model (e.g. `User`) as a device owner and provides a number of routes to allow device registration.
By default, we assume the relation is named `:devices`, but this can be passed through when enabling APNS for a notification if you want to use something else:
```
channel :apns,