Skip to content

Commit ec3df22

Browse files
committed
Fix example: default_attribute_options => self.default_attribute_options
Fixes #50
1 parent 9db1c51 commit ec3df22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1672,7 +1672,7 @@ not have a `format` set. You can do this by overriding the `default_attribute_op
16721672
resource for a system wide change).
16731673
16741674
```ruby
1675-
def default_attribute_options
1675+
def self.default_attribute_options
16761676
{format: :my_default}
16771677
end
16781678
```

0 commit comments

Comments
 (0)