Merge pull request #356 from RafaelChefe/master

Fix Ruby syntax highlighting
This commit is contained in:
Thorsten Böttger 2016-05-03 21:22:49 +12:00
commit a886c80294
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ is finished.
AASM will also initialize `LogRunTime` and run the `call` method for you after the transition from `running` to `finished` in the example above. You can pass arguments to the class by defining an initialize method on it, like this:
```
```ruby
class LogRunTime
# optional args parameter can be omitted, but if you define initialize
# you must accept the model instance as the first parameter to it.