Rename Widgets components to Widget
So naming is consistent with the way Admin::Widget controllers are named.
This commit is contained in:
7
app/components/widget/feeds/process_component.rb
Normal file
7
app/components/widget/feeds/process_component.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class Widget::Feeds::ProcessComponent < ApplicationComponent
|
||||
attr_reader :process
|
||||
|
||||
def initialize(process)
|
||||
@process = process
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user