Files
euchre_camp/app/views/admin/matches/update.rb
T

14 lines
237 B
Ruby

# frozen_string_literal: true
module EuchreCamp
module Views
module Admin
module Matches
class Update < EuchreCamp::View
# No template needed - this action redirects
end
end
end
end
end