メソッドを持つCopiesHelper
モジュールがありますcc
。
私のApplicationController
中で、私は持っています
helper :all
helper_method :cc #just tried putting this in recently
別のコントローラーでこのcc
メソッドを使用してみると、次のようになります。
undefined method 'cc' for #<OtherController:0xblublublublub>
私はここで一歩を逃していますか?