您好我跟着蘇尼爾tutorial,但我發現了以下數據庫錯誤:運行我意識到在遷移後 class CreateProjectTranslations < ActiveRecord::Migration
def up
::Refinery::Projects::Project.create_translation_table!({:description => :string},
當我嘗試使用煉油CMS時,我得到一個未定義的方法`validators_on'for NilClass:Class error。 的代碼塊是: class ActionView::Helpers::FormBuilder
alias :orig_label :label
# add a '*' after the field label if the field is req