first version of grillrb talk

This commit is contained in:
2019-08-27 17:51:51 +03:00
parent 9e655cc8ca
commit a9fe598a45
13 changed files with 496 additions and 7 deletions

View File

@ -1,7 +1,7 @@
class SlidesController < ApplicationController
def index
render( template: "slides/#{params[:slide]}" , layout: false )
render( template: "slides/#{params[:slide]}/index" , layout: false )
end
end