diff options
| author | Xinhui | 2016-10-10 16:27:49 +0200 |
|---|---|---|
| committer | Xinhui | 2016-10-10 16:28:14 +0200 |
| commit | b2001ba74720f7351fa14e84aba96434e18242d1 (patch) | |
| tree | 1b1ff41579310067b971005c9dbbb54e4a29ade5 /app/controllers | |
| parent | 4c728e7bfe71f03b30332e99ac4cce0e8e489e63 (diff) | |
| download | chouette-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 |
