Skip to content
Snippets Groups Projects
Verified Commit d69f0fee authored by Matija Čupić's avatar Matija Čupić
Browse files

Stub out project#reset_cache

parent ecd1b816
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -175,6 +175,9 @@ class ProjectsController < Projects::ApplicationController
)
end
 
def reset_cache
end
def export
@project.add_export_job(current_user: current_user)
 
Loading
Loading
Loading
Loading
@@ -436,6 +436,7 @@ constraints(ProjectUrlConstrainer.new) do
get :download_export
get :activity
get :refs
get :reset_cache
put :new_issuable_address
end
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment