Class: PressController
- Inherits:
-
Spree::BaseController
- Object
- Spree::BaseController
- PressController
- Defined in:
- app/controllers/press_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
3 4 5 |
# File 'app/controllers/press_controller.rb', line 3 def index @press = Press.all end |