diff options
| author | cedricnjanga | 2018-02-07 07:52:47 -0800 |
|---|---|---|
| committer | cedricnjanga | 2018-02-07 07:53:25 -0800 |
| commit | 6e902fd70fdd21e0ee31fa5f2ee764357b0ea477 (patch) | |
| tree | cde6a6b74efee2f9f66edf920930cba259687dc7 | |
| parent | 73f84052cb2f23159bff4e5abbad170a69031185 (diff) | |
| download | chouette-core-5683-add_workgroup_id_to_calendars.tar.bz2 | |
Remove workgroup support5683-add_workgroup_id_to_calendars
| -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 |
