mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Admin interface for adding custom fields for users
This commit is contained in:
4
app/models/user_field.rb
Normal file
4
app/models/user_field.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
class UserField < ActiveRecord::Base
|
||||
validates_presence_of :name, :field_type
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user