sausage-sandwich/ruby_sandwich

View on GitHub
apps/web/views/salad/show.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module Web
  module Views
    module Salad
      class Show
        include Web::View
      end
    end
  end
end