-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update portability specs add admin_email_inbox
- Loading branch information
Showing
7 changed files
with
1,721 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,6 +61,7 @@ Install & run the migrations | |
config = PolicyManager::Config.setup do |c| | ||
c.logout_url = "logout" | ||
c.from_email = "[email protected]" | ||
c.admin_email_inbox = "[email protected]" | ||
# is_admin method in order for engine to know | ||
# how to authorize admin only areas | ||
c.is_admin_method = ->(o){ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"result": { | ||
"covered_percent": 93.38 | ||
} | ||
} |
Oops, something went wrong.