README.md in maestrano-connector-rails-0.2.4 vs README.md in maestrano-connector-rails-0.2.5
- old
+ new
@@ -122,9 +122,20 @@
end
self.mapper_class.denormalize(entity)
end
```
+### Triggering synchronizations
+Performing the synchronization of all the linked organizations can be triggered by executing
+```ruby
+Maestrano::Connector::Rails::AllSynchronizationsJob
+```
+
+The synchronization of a specific organization can be performed by executing
+```ruby
+Maestrano::Connector::Rails::SynchronizationJob.perform_later(o, {})
+```
+
## Pages controllers and views
The home and admin pages views and controllers are provided as example, but you are free to customize them and the styling is left for you to do.
## Complex entities