Add trips
This commit is contained in:
7
slices/admin/repos/post_trip_repo.rb
Normal file
7
slices/admin/repos/post_trip_repo.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
module Admin
|
||||
module Repos
|
||||
class PostTripRepo < Adamantium::Repo[:post_trips]
|
||||
commands :create
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user