diff options
| author | cedricnjanga | 2018-02-06 06:19:46 -0800 | 
|---|---|---|
| committer | cedricnjanga | 2018-02-06 11:21:37 -0800 | 
| commit | 6fed156aac403fdd3dd8aeb4c023dd0fb7adec21 (patch) | |
| tree | 36498eb9e3fb1e9f549033328aebbfdfba217986 | |
| parent | 19cc1417ab9dc16380a11b53cb35454096354187 (diff) | |
| download | chouette-core-6fed156aac403fdd3dd8aeb4c023dd0fb7adec21.tar.bz2 | |
Remove workgroup_support concern
| -rw-r--r-- | app/controllers/concerns/workgroup_support.rb | 12 | 
1 files changed, 0 insertions, 12 deletions
| diff --git a/app/controllers/concerns/workgroup_support.rb b/app/controllers/concerns/workgroup_support.rb deleted file mode 100644 index a3b49bb12..000000000 --- a/app/controllers/concerns/workgroup_support.rb +++ /dev/null @@ -1,12 +0,0 @@ -module WorkgroupSupport -  extend ActiveSupport::Concern - -  included do -    before_action :find_workgroup -  end - -  def find_workgroup -   @workgroup ||= Workgroup.find params[:workgroup_id] -  end - -end | 
