app/models/archangel/field.rb in archangel-0.3.0 vs app/models/archangel/field.rb in archangel-0.4.0
- old
+ new
@@ -6,10 +6,10 @@
#
class Field < ApplicationRecord
##
# Available field types constant
#
- CLASSIFICATIONS = %w[string text boolean].freeze
+ CLASSIFICATIONS = %w[boolean email integer string url].freeze
acts_as_paranoid
acts_as_list scope: :collection_id,
top_of_list: 0,