Class: BeerDbAdmin::BrandsController
- Inherits:
-
BeerDbAdminController
- Object
- ActionController::Base
- BeerDbAdminController
- BeerDbAdmin::BrandsController
- Defined in:
- app/controllers/beer_db_admin/brands_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
7 8 9 |
# File 'app/controllers/beer_db_admin/brands_controller.rb', line 7 def index @brands = Brand.all end |