Skip to content

Commit

Permalink
UUID's should be rendered Field::String (#1404)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarellel authored Oct 5, 2020
1 parent 23a5bf4 commit c032249
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class DashboardGenerator < Rails::Generators::NamedBase
time: "Field::Time",
text: "Field::Text",
string: "Field::String",
uuid: "Field::String",
}

ATTRIBUTE_OPTIONS_MAPPING = {
Expand Down

0 comments on commit c032249

Please sign in to comment.