This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
discourse
Watch
3
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2025-02-20 11:48:26 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
861f321263
discourse
/
app
/
models
/
user_field.rb
4 lines
98 B
Ruby
Raw
Normal View
History
Unescape
Escape
FEATURE: Admin interface for adding custom fields for users
2014-09-25 10:32:08 -05:00
class
UserField
<
ActiveRecord
::
Base
Adds support for a description to user fields.
2014-10-02 14:56:28 -05:00
validates_presence_of
:name
,
:description
,
:field_type
FEATURE: Admin interface for adding custom fields for users
2014-09-25 10:32:08 -05:00
end
Reference in New Issue
Copy Permalink