un-used files deleted

This commit is contained in:
Xavier J 2016-01-26 16:47:13 +01:00
parent 98cd4ed88f
commit 008ca19bef
5 changed files with 0 additions and 14 deletions

View file

@ -1,5 +0,0 @@
module DossierConcern
def current_dossier
Dossier.find(params[:dossier_id])
end
end

View file

@ -1,3 +0,0 @@
class DossiersController < ApplicationController
end

View file

@ -1,5 +1,4 @@
class Users::CarteController < UsersController
include DossierConcern
before_action only: [:show] do
authorized_routes? self.class

View file

@ -1,5 +0,0 @@
require 'spec_helper'
describe DossiersController, type: :controller do
end