Skip to content

Commit

Permalink
update portability specs add admin_email_inbox
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed May 4, 2018
1 parent c8ec4e4 commit 2e9b3e8
Show file tree
Hide file tree
Showing 7 changed files with 1,721 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down
5 changes: 5 additions & 0 deletions coverage/.last_run.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"result": {
"covered_percent": 93.38
}
}
Loading

0 comments on commit 2e9b3e8

Please sign in to comment.