Commit b98090c0 by Thomas Vendetta

Silly text align

parent 4469ca6f
......@@ -91,7 +91,7 @@ end
You can replace the older acts_as_paranoid methods as follows:
| Old Syntax | New Syntax |
| -------------------------- | ------------------------------ |
|:-------------------------- |:------------------------------ |
|`find_with_deleted(:all)` | `Client.with_deleted` |
|`find_with_deleted(:first)` | `Client.with_deleted.first` |
|`find_with_deleted(id)` | `Client.with_deleted.find(id)` |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment