un-used files deleted
This commit is contained in:
parent
98cd4ed88f
commit
008ca19bef
5 changed files with 0 additions and 14 deletions
|
@ -1,5 +0,0 @@
|
||||||
module DossierConcern
|
|
||||||
def current_dossier
|
|
||||||
Dossier.find(params[:dossier_id])
|
|
||||||
end
|
|
||||||
end
|
|
|
@ -1,3 +0,0 @@
|
||||||
class DossiersController < ApplicationController
|
|
||||||
|
|
||||||
end
|
|
|
@ -1,5 +1,4 @@
|
||||||
class Users::CarteController < UsersController
|
class Users::CarteController < UsersController
|
||||||
include DossierConcern
|
|
||||||
|
|
||||||
before_action only: [:show] do
|
before_action only: [:show] do
|
||||||
authorized_routes? self.class
|
authorized_routes? self.class
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
require 'spec_helper'
|
|
||||||
|
|
||||||
describe DossiersController, type: :controller do
|
|
||||||
|
|
||||||
end
|
|
Loading…
Reference in a new issue