Sha256: 128438f3273244b20fdc9a8412c49a630b2e6a78c48bc75ef5530186077aafaf
Contents?: true
Size: 496 Bytes
Versions: 29
Compression:
Stored size: 496 Bytes
Contents
# frozen_string_literal: true require 'devise' # Use this hook to configure devise mailer, warden hooks and so forth. # Many of these configuration options can be set straight in your model. Devise.setup do |config| # # When using OmniAuth, Devise cannot automatically set OmniAuth path, # so you need to do it manually. For the users scope, it would be: # config.omniauth_path_prefix = '/my_engine/users/auth' # config.parent_controller = 'EacRailsBase0::ApplicationController' end
Version data entries
29 entries across 29 versions & 1 rubygems