14 lines
237 B
Ruby
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
|