Skip to content
This repository was archived by the owner on Jul 24, 2020. It is now read-only.

Commit c206d50

Browse files
author
Sydney Young
committed
move helper to its own initializer
1 parent de4f043 commit c206d50

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

config/initializers/000_env_helper.rb

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include EnvironmentHandler

config/initializers/00_devise.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
include EnvironmentHandler
21
# Use this hook to configure devise mailer, warden hooks and so forth.
32
# Many of these configuration options can be set straight in your model.
43
Devise.setup do |config|

0 commit comments

Comments
 (0)