Sha256: bb794b4321b98fdac1cdea891791ab3e1036e4ce021f9eb482f6ea47f327df9a
Contents?: true
Size: 224 Bytes
Versions: 7
Compression:
Stored size: 224 Bytes
Contents
# frozen_string_literal: true module ControllerRoutes extend ActiveSupport::Concern included do routes { Spina::Engine.routes } end end RSpec.configure do |c| c.include ControllerRoutes, type: :controller end
Version data entries
7 entries across 7 versions & 1 rubygems