Class: Iron::IconsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Iron::IconsController
- Defined in:
- app/controllers/iron/icons_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
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 |