Answer the question
In order to leave comments, you need to log in
Ruby, Sinatra selector for specific parameter
There is a standard Sinatra blog code:
post '/articles' do
article = Article.new(params[:article])
if article.save
redirect '/articles'
else
redirect '/articles/new'
end
end
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question