favs scans backfill job
This commit is contained in:
@@ -33,6 +33,18 @@ Rails.application.routes.draw do
|
||||
get "followed_by", on: :member, action: :followed_by
|
||||
get "following", on: :member, action: :following
|
||||
|
||||
resources :job_events, only: [], controller: "domain/user_job_events" do
|
||||
get "tracked_objects",
|
||||
on: :collection,
|
||||
action: :tracked_objects_kinds,
|
||||
as: :tracked_objects_kinds
|
||||
|
||||
get "tracked_objects/:kind",
|
||||
on: :collection,
|
||||
action: :tracked_objects,
|
||||
as: :tracked_objects
|
||||
end
|
||||
|
||||
resources :posts, only: [], controller: "domain/posts", path: "" do
|
||||
get :favorites, on: :collection, action: :user_favorite_posts
|
||||
get :posts, on: :collection, action: :user_created_posts
|
||||
|
||||
Reference in New Issue
Block a user