camping

    1熱度

    2回答

    使用Ruby,野營webframework,ActiveRecord的-2.1.1,我的數據庫結構... create_table :Conf_posts do |t| %w{title body username posttime hit passwd}.each do |col| t.column :"#{col}", :string end end 我想每

    3熱度

    2回答

    我有幾個視圖我希望在呈現的每個視圖上都顯示,但缺少重複代碼或違反規範,我似乎無法找到一種方法來完成這個。 這裏是我當前的代碼,將調用每個視圖: def ImOnABoat::Views def layout html do head do title "Petstore" end body do yield end end end