Method: Forgejo::OAuth2Application#list_invalid_properties
- Defined in:
- lib/forgejo/models/o_auth2_application.rb
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
123 124 125 126 127 |
# File 'lib/forgejo/models/o_auth2_application.rb', line 123 def list_invalid_properties warn '[DEPRECATED] the `list_invalid_properties` method is obsolete' invalid_properties = Array.new invalid_properties end |