Ruby on Rails: Action without View

后端 未结 4 1709
伪装坚强ぢ
伪装坚强ぢ 2021-02-14 13:48

I have what I think is a very simple problem. I\'m coming from a PhP background, and used to do this all the time, so I may be looking at this the wrong way.

I am trying

4条回答
  •  轮回少年
    2021-02-14 14:10

    Have a look at http://guides.rubyonrails.org/layouts_and_rendering.html#using-render

    You might need render :nothing => true

    EDIT: misread your question, render :text => "yourtext" should fit your needs

提交回复
热议问题