Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Jun 3, 2024
1 parent 6656a8a commit 6bf629a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/3.0/field-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ Allows to specify the target attribute on the model for each field. By default t

Usage example:

```ruby{5}
```ruby
field :status, as: :select, options: [:one, :two, :three], only_on: :forms

field :secondary_field_for_status,
Expand All @@ -669,5 +669,3 @@ field :secondary_field_for_status,
help: "Secondary field for status using the for_attribute option"
```
:::

0 comments on commit 6bf629a

Please sign in to comment.