Class: E9Crm::OffersController

Inherits:
ResourcesController show all
Includes:
E9Rails::Controllers::Orderable
Defined in:
app/controllers/e9_crm/offers_controller.rb

Instance Method Summary collapse

Methods inherited from ResourcesController

#create, defaults, #update

Instance Method Details

#showObject



16
17
18
19
20
# File 'app/controllers/e9_crm/offers_controller.rb', line 16

def show
  clear_breadcrumbs
  add_home_crumb
  add_breadcrumb! @show_title = resource.name
end