Skip to content

Commit

Permalink
UDF #6 - Adding fieldable_serializer concern
Browse files Browse the repository at this point in the history
  • Loading branch information
dleadbetter committed Sep 21, 2022
1 parent 0e99e63 commit de00298
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module UserDefinedFields
module FieldableSerializer
extend ActiveSupport::Concern

included do
index_attributes :user_defined
show_attributes :user_defined
end

end
end

0 comments on commit de00298

Please sign in to comment.