Skip to content

Commit cbc98cb

Browse files
committed
Update README to include mixin in sample
1 parent 5deddd3 commit cbc98cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Settings can be declared on any class—a PORO or an ActiveRecord can declare se
1919

2020
```ruby
2121
class BatchJob
22+
include RunTimeSettings::PersistentAttributes
23+
2224
setting :last_run, :date
2325
setting :enabled, :boolean, default: false
2426
setting :percentage, :float

0 commit comments

Comments
 (0)