Method: Forgejo::IssueFormField#valid?
- Defined in:
- lib/forgejo/models/issue_form_field.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
120 121 122 123 |
# File 'lib/forgejo/models/issue_form_field.rb', line 120 def valid? warn '[DEPRECATED] the `valid?` method is obsolete' true end |