Browse Source

rename namespace

pull/313/head
yystopf 4 years ago
parent
commit
a0a7f908f4
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      app/controllers/traces/projects_controller.rb
  2. +1
    -1
      app/controllers/traces/trace_users_controller.rb

+ 1
- 1
app/controllers/traces/projects_controller.rb View File

@@ -1,4 +1,4 @@
class Traces::ProjectsController < Trace::BaseController
class Traces::ProjectsController < Traces::BaseController

before_action :require_login
before_action :load_project


+ 1
- 1
app/controllers/traces/trace_users_controller.rb View File

@@ -1,4 +1,4 @@
class Traces::TraceUsersController < Trace::BaseController
class Traces::TraceUsersController < Traces::BaseController
before_action :require_auth

def create


Loading…
Cancel
Save