舒适的墨西哥沙发 - 从应用程序

时间:2016-01-10 19:12:38

标签: ruby-on-rails ruby ruby-on-rails-4 comfortable-mexican-sofa

我无法从应用中访问cms内容。

这是rails代码,我想从那里访问cms的内容。

# GET /songs
# GET /songs.json
def index
  @songs = Song.all
  render cms_page: 'songs/index', cms_site: (Rails.env.development? ? 'songs-en' : nil)
end

但我总是得到以下内容:

enter image description here

我有什么东西在那里失踪吗?

1 个答案:

答案 0 :(得分:0)

我的天哪,似乎不仅是我必须在歌曲/索引的开头加上 / ,但我还要放另一个 / 最后。所以最终形式(对我有用)看起来像 / songs / index /

谢谢大家。非常感谢@CharlieEgan

亨德利一世。