permit_yo 2.1.1 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/permit_yo/engine.rb +2 -2
  2. metadata +2 -2
@@ -12,8 +12,8 @@ module PermitYo
12
12
  config.permit_yo.permission_denied_redirection = ''
13
13
  config.permit_yo.store_location_method = :store_location
14
14
  config.permit_yo.current_user_method = :current_user
15
- config.permit_yo.require_user_flash = :notice
16
- config.permit_yo.permission_denied_flash = :notice
15
+ config.permit_yo.require_user_flash = :alert
16
+ config.permit_yo.permission_denied_flash = :alert
17
17
 
18
18
  initializer "permit_yo.default" do |app|
19
19
  ActionController::Base.send :include, PermitYo::Base
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 2
7
7
  - 1
8
- - 1
9
- version: 2.1.1
8
+ - 2
9
+ version: 2.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Bill Katz