Class: Iron::IconsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/iron/icons_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



3
4
5
6
7
8
# File 'app/controllers/iron/icons_controller.rb', line 3

def index
  @selected = params[:selected]
  @icons = IconCatalog.all

  render layout: false
end