Repositories (1)
rizz
2 snippets stored for this repo
# frozen_string_literal: true
set :application, 'rizz'
set :repo_url, 'https://github.com/sul-dlss-labs/rizz.git'
# Default branch is :main
ask :branch, proc { `git rev-parse --abbrev-ref HEAD`.chomp }
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)
module Rizz
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 7.1