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

Update README.md

Removed (user) which I think should not be present.  There is no argument passed to the method call.
This commit is contained in:
Daniel Lo 2016-07-05 00:42:15 -07:00 committed by GitHub
parent 9866206609
commit e28e422c28

View file

@ -132,7 +132,7 @@ class Job
...
end
def notify_somebody(user)
def notify_somebody
...
end