aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
diff options
context:
space:
mode:
authorXinhui2016-10-10 16:27:49 +0200
committerXinhui2016-10-10 16:28:14 +0200
commitb2001ba74720f7351fa14e84aba96434e18242d1 (patch)
tree1b1ff41579310067b971005c9dbbb54e4a29ade5 /app/controllers
parent4c728e7bfe71f03b30332e99ac4cce0e8e489e63 (diff)
downloadchouette-core-b2001ba74720f7351fa14e84aba96434e18242d1.tar.bz2
Rename model OfferWorkbench to Workbench
Refs #1783
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/workbenches_controller.rb (renamed from app/controllers/offer_workbenches_controller.rb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/offer_workbenches_controller.rb b/app/controllers/workbenches_controller.rb
index b9663184b..1d67db3ab 100644
--- a/app/controllers/offer_workbenches_controller.rb
+++ b/app/controllers/workbenches_controller.rb
@@ -1,6 +1,6 @@
-class OfferWorkbenchesController < BreadcrumbController
+class WorkbenchesController < BreadcrumbController
- defaults :resource_class => OfferWorkbench
+ defaults :resource_class => Workbench
respond_to :html, :only => [:show]
def show