1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

Update README.md - Hide warnings option

This commit is contained in:
Jonathan 2017-04-10 15:32:15 -03:00 committed by Anil Kumar Maurya
parent 4df4632bd1
commit 5fbdfff48b

View file

@ -1018,6 +1018,8 @@ class Job
end
```
You can hide warnings by setting `AASM::Configuration.hide_warnings = true`
### RubyMotion support
Now supports [CodeDataQuery](https://github.com/infinitered/cdq.git) !