mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
Remove duplicate LogRunTime from Readme [skip ci]
This commit is contained in:
parent
f10fc93bff
commit
a8755d52f5
1 changed files with 0 additions and 10 deletions
10
README.md
10
README.md
|
@ -134,16 +134,6 @@ You can define a number of callbacks for your events, transitions and states. Th
|
|||
called when certain criteria are met, like entering a particular state:
|
||||
|
||||
```ruby
|
||||
class LogRunTime
|
||||
def initialize(resource)
|
||||
@resource = resource
|
||||
end
|
||||
|
||||
def call
|
||||
# Do whatever you want with @resource
|
||||
end
|
||||
end
|
||||
|
||||
class Job
|
||||
include AASM
|
||||
|
||||
|
|
Loading…
Reference in a new issue