8 lines
147 B
Ruby
8 lines
147 B
Ruby
class Admin::Cookies::Vendors::FormComponent < ApplicationComponent
|
|
attr_reader :vendor
|
|
|
|
def initialize(vendor)
|
|
@vendor = vendor
|
|
end
|
|
end
|