this step''
1.mke contrl Article index create new
2.mke mdel save title:string isi:text
3.in ArticelControl
def index
@sav = Save.all
end
def new
@sav = Save.new
end
def create
@sav = Save.new(article_params)
@sav.save
redirect_to :action => index
end
this too long.problem.after create method finish and data in. above table in index.html.erb show to like json otherwise i cant make json?
Sorry, I cannot understand your question, I assume English is not your
first language. Please try to ask it again, possibly you could ask
someone to help you to translate it.