Rails consoleから
helper.link_to "新規作成", :controller => "pages", :action => "new"
と叩くと
ArgumentError: arguments passed to url_for can't be handled. Please require routes or provide your own implementation
とurl_forヘルパーが使えないのでエラーになります。
うまく動かす方法はあるでしょうか?

バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2017/04/17 08:58