Class: PagesMenuCell

Inherits:
Cell::Rails
  • Object
show all
Defined in:
app/cells/pages_menu_cell.rb

Instance Method Summary collapse

Instance Method Details

#showObject



3
4
5
6
# File 'app/cells/pages_menu_cell.rb', line 3

def show
  @pages = Location.first.pages
  render
end