4 lines
103 B
Ruby
4 lines
103 B
Ruby
class MachineLearning::InfoComponent < ApplicationComponent
|
|
delegate :current_user, to: :helpers
|
|
end
|