Sha256: 62db78635dff78fec595509ceb0befe4d8810a9afb634c5e1fdc7a27d100e6f7
Contents?: true
Size: 668 Bytes
Versions: 2
Compression:
Stored size: 668 Bytes
Contents
require_relative 'boot' 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 Html5sortableTest class Application < Rails::Application # Initialize configuration defaults for originally generated Rails version. config.load_defaults 5.2 # Settings in config/environments/* take precedence over those specified here. # Application configuration can go into files in config/initializers # -- all .rb files in that directory are automatically loaded after loading # the framework and any gems in your application. end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
html5sortable-rails-0.9.3.1 | html5sortable-test/config/application.rb |
html5sortable-rails-0.9.3.0 | html5sortable-test/config/application.rb |