Class: CafeCar::ExamplesController

Inherits:
Object
  • Object
show all
Includes:
Controller
Defined in:
app/controllers/cafe_car/examples_controller.rb

Instance Method Summary collapse

Methods included from Controller

#create, #destroy, #edit, #new, #respond_with, #show, #update

Instance Method Details

#indexObject



12
13
14
15
16
# File 'app/controllers/cafe_car/examples_controller.rb', line 12

def index
  @examples = view_context.template_glob("cafe_car/examples/ui/*")
    .map { _1.name.sub(/\..+$/, "") }
    .to_h { [ _1.camelize, "cafe_car/examples/ui/#{_1}" ] }
end