sausage-sandwich/ruby_sandwich

View on GitHub
apps/web/views/recipes/index.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

require 'slim'

module Web
  module Views
    module Recipes
      class Index
        include Web::View
      end
    end
  end
end