Sha256: 12b37f870be7117465e8d1617beb5d265ada50359e7bc54382683b1252c0a1b6
Contents?: true
Size: 402 Bytes
Versions: 5
Compression:
Stored size: 402 Bytes
Contents
# frozen_string_literal: true require 'action_controller/railtie' require 'action_view/railtie' class ModsDisplayTestApp < Rails::Application end Rails.application.routes.draw do resources 'searches', only: :index end class ApplicationController < ActionController::Base; end class SearchesController < ApplicationController def index; end end Object.const_set(:ApplicationHelper, Module.new)
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
mods_display-0.10.1 | spec/fake_app.rb |
mods_display-0.10.0 | spec/fake_app.rb |
mods_display-0.9.1 | spec/fake_app.rb |
mods_display-0.9.0 | spec/fake_app.rb |
mods_display-0.8.0 | spec/fake_app.rb |