diff --git a/app/views/players/profile.rb b/app/views/players/profile.rb new file mode 100644 index 0000000..a02739a --- /dev/null +++ b/app/views/players/profile.rb @@ -0,0 +1,13 @@ +# frozen_string_literal: true + +module EuchreCamp + module Views + module Players + class Profile < EuchreCamp::View + expose :player + expose :partnerships + expose :recent_games + end + end + end +end