在我的应用程序视图( application.mobile.erb )中,我有<%= render 'account_sessions/new'>
。这会调用account_sessions/_new.mobile.erb
。
我不想保留同一档案的两份副本。有没有办法只保留一份?例如, _new.mobile.erb 是指 new.mobile.erb 。或者<%= render 'account_sessions/new'>
引用 new.mobile.erb 而不是 _new.mobile.erb
我有一个 account_sessions 控制器。但我不知道该怎么做,所以渲染会转到 new.mobile.erb 。
答案 0 :(得分:0)
请使用相同的模板回复移动请求,并且不要区分移动和n#34;正常&#34;请求。