Class: Entypo::CharmapController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/entypo/charmap_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



7
8
9
10
# File 'app/controllers/entypo/charmap_controller.rb', line 7

def index
  @icons = Entypo::Charmap.icons
  render action: 'index', layout: false
end