我在rails中真的很新,我現在在做Cloud9的rails教程。 我做了一個簡單的終端來測試我可愛的Hello World在默認ApplicationController。這是我的控制器: 的ApplicationController class ApplicationController < ActionController::Base
protect_from_forgery wi
我試圖創建一個具有多個內部字段陣列,使得在渲染我可以節省每一個領域,像這樣的時候: @profile = [{module:"user", Description:"module of users"},{module:"products", Description:"module of products"}]
渲染和創建記錄是這樣的: @profile.each do |prof|