Sha256: dab99ed446383355ca86569022a0ddfffbc3ca3df1dcf8ee6d1c7ff9f96327d0
Contents?: true
Size: 248 Bytes
Versions: 4
Compression:
Stored size: 248 Bytes
Contents
# frozen_string_literal: true module Scrapbook # This controller is used to specify view paths to check if a template exists. class EmptyController < ApplicationController self.view_paths = [] end private_constant :EmptyController end
Version data entries
4 entries across 4 versions & 1 rubygems