Post de prueba
proband, probando
def show
@widget = Widget(params[:id])
respond_to do |format|
format.html # show.html.erb
format.json { render json: @widget }
end
enddef whatever
a = 1
"asdasd" <> "dsasd"
endproband, probando
def show
@widget = Widget(params[:id])
respond_to do |format|
format.html # show.html.erb
format.json { render json: @widget }
end
enddef whatever
a = 1
"asdasd" <> "dsasd"
end