Class: PressController

Inherits:
Spree::BaseController
  • Object
show all
Defined in:
app/controllers/press_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



3
4
5
# File 'app/controllers/press_controller.rb', line 3

def index
  @press = Press.all
end