Sha256: bf545b85d68187489fcee679c8e86d1e4f59bf77113b4bde3cfa6e19781c71d2
Contents?: true
Size: 310 Bytes
Versions: 2
Compression:
Stored size: 310 Bytes
Contents
# frozen_string_literal: true require File.expand_path('../boot', __FILE__) require 'rails/all' # Require the gems listed in Gemfile, including any gems # you've limited to :test, :development, or :production. Bundler.require(*Rails.groups) module TestApp class Application < Rails::Application end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
faml-0.8.1 | spec/rails/config/application.rb |
faml-0.8.0 | spec/rails/config/application.rb |