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