feat: Add match edit and update actions with authorization
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module EuchreCamp
|
||||
module Views
|
||||
module Admin
|
||||
module Matches
|
||||
class Edit < EuchreCamp::View
|
||||
expose :match
|
||||
expose :all_players
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user