Files
euchre_camp/app/views/auth/login/create.rb
T

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