Method: Forgejo::ActivityPub#valid?
- Defined in:
- lib/forgejo/models/activity_pub.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
82 83 84 85 |
# File 'lib/forgejo/models/activity_pub.rb', line 82 def valid? warn '[DEPRECATED] the `valid?` method is obsolete' true end |