每当我在Rails中的routes.rb文件中添加一行时,整个站点都会返回502 Bad Gateway错误。这是我要添加的行:
map.connect '/experience-and-share/featured-articles/authors/:author', :controller => content, :action => 'featured_articles_authors_redirect'
回溯并没有告诉我什么。
答案 0 :(得分:0)
这只是一个语法错误,因为我忘记了控制器上的引号。