video_channel/lib/video_channel/engine.rb

5 lines
63 B
Ruby

module VideoChannel
class Engine < ::Rails::Engine
end
end