Class: Stall::ManufacturersController

Inherits:
ApplicationController show all
Includes:
ProductsSearch
Defined in:
app/controllers/stall/manufacturers_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



5
6
7
8
9
10
# File 'app/controllers/stall/manufacturers_controller.rb', line 5

def show
  @manufacturer = Manufacturer.friendly.find(params[:id])
  search_products_among(@manufacturer.products)

  add_breadcrumb(@manufacturer)
end