14 lines
212 B
Ruby
14 lines
212 B
Ruby
# frozen_string_literal: true
|
|
|
|
module EuchreCamp
|
|
module Views
|
|
module Auth
|
|
module Login
|
|
class Create < EuchreCamp::View
|
|
expose :current_player
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|