Method: Forgejo::GeneralUISettings#valid?

Defined in:
lib/forgejo/models/general_ui_settings.rb

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



102
103
104
105
# File 'lib/forgejo/models/general_ui_settings.rb', line 102

def valid?
  warn '[DEPRECATED] the `valid?` method is obsolete'
  true
end