first version of grillrb talk
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user