Skip to content

Commit

Permalink
Fix markdown typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tcd committed Dec 15, 2019
1 parent dbd88db commit 2f7f180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

- Add `default_constructor` option for `Ginny::Class`, which will generate a method similar to [ActiveRecord::Base.create][create_method_link] for the class.

[create_method_link][https://apidock.com/rails/ActiveRecord/Persistence/ClassMethods/create]
[create_method_link]: https://apidock.com/rails/ActiveRecord/Persistence/ClassMethods/create

## 0.5.4 (2019-12-09)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ end
| default_constructor | `Boolean` | If `true`, a method similar to [ActiveRecord::Base.create][create_method_link] will be generated for the class. |
| attrs | `Array<Ginny::Attr>` | An array of Attrs. |

[create_method_link][https://apidock.com/rails/ActiveRecord/Persistence/ClassMethods/create]
[create_method_link]: https://apidock.com/rails/ActiveRecord/Persistence/ClassMethods/create

### `Ginny::Attr`

Expand Down

0 comments on commit 2f7f180

Please sign in to comment.