FEATURE: Admin interface for adding custom fields for users

This commit is contained in:
Robin Ward
2014-09-25 11:32:08 -04:00
parent a3e2e1fa6e
commit 0fc0533134
23 changed files with 482 additions and 2 deletions

4
app/models/user_field.rb Normal file
View File

@@ -0,0 +1,4 @@
class UserField < ActiveRecord::Base
validates_presence_of :name, :field_type
end